mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 11:29:22 +02:00
Postgres: add support to missing integer param types
This commit is contained in:
parent
963a55db52
commit
6456ced31f
@ -1150,9 +1150,9 @@ const TypeStrings : array[TFieldType] of string =
|
|||||||
,
|
,
|
||||||
'Unknown', // ftOraTimeStamp
|
'Unknown', // ftOraTimeStamp
|
||||||
'Unknown', // ftOraInterval
|
'Unknown', // ftOraInterval
|
||||||
'Unknown', // ftLongWord
|
'bigint', // ftLongWord
|
||||||
'Unknown', // ftShortint
|
'smallint', // ftShortint
|
||||||
'Unknown', // ftByte
|
'smallint', // ftByte
|
||||||
'Unknown', // ftExtended
|
'Unknown', // ftExtended
|
||||||
'real' // ftSingle
|
'real' // ftSingle
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
Loading…
Reference in New Issue
Block a user