Postgres: add support to missing integer param types

This commit is contained in:
Ondrej Pokorny 2024-07-26 17:11:31 +02:00 committed by Michael Van Canneyt
parent 963a55db52
commit 6456ced31f

View File

@ -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}