mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Issue #2041: categorize PostgreSQL's MONEY type from floats into text types, to fix exports and editing localized values including a currency symbol
This commit is contained in:
@ -183,18 +183,6 @@ var
|
||||
LoadPart: False;
|
||||
Category: dtcReal;
|
||||
),
|
||||
(
|
||||
Index: dbdtMoney;
|
||||
NativeTypes: '790';
|
||||
Name: 'MONEY';
|
||||
Description: 'Currency amount. Range: -92233720368547758.08 to +92233720368547758.07. Storage Size: 8 Bytes.';
|
||||
HasLength: True;
|
||||
RequiresLength: False;
|
||||
HasBinary: False;
|
||||
HasDefault: False;
|
||||
LoadPart: False;
|
||||
Category: dtcReal;
|
||||
),
|
||||
(
|
||||
Index: dbdtChar;
|
||||
NativeTypes: '18|1042';
|
||||
@ -286,6 +274,18 @@ var
|
||||
LoadPart: False;
|
||||
Category: dtcText;
|
||||
),
|
||||
(
|
||||
Index: dbdtMoney;
|
||||
NativeTypes: '790';
|
||||
Name: 'MONEY';
|
||||
Description: 'Currency amount. Range: -92233720368547758.08 to +92233720368547758.07. Storage Size: 8 Bytes.';
|
||||
HasLength: True;
|
||||
RequiresLength: False;
|
||||
HasBinary: False;
|
||||
HasDefault: False;
|
||||
LoadPart: False;
|
||||
Category: dtcText;
|
||||
),
|
||||
(
|
||||
Index: dbdtDate;
|
||||
NativeTypes: '1082';
|
||||
|
Reference in New Issue
Block a user