mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 08:29:29 +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', // ftOraInterval
|
||||
'Unknown', // ftLongWord
|
||||
'Unknown', // ftShortint
|
||||
'Unknown', // ftByte
|
||||
'bigint', // ftLongWord
|
||||
'smallint', // ftShortint
|
||||
'smallint', // ftByte
|
||||
'Unknown', // ftExtended
|
||||
'real' // ftSingle
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user