mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 18:06:12 +02:00
* GetExtendedFieldinfo, patch to fix #40300
This commit is contained in:
parent
8696ca652d
commit
5ee294f224
@ -501,6 +501,7 @@ s:='';
|
||||
end;
|
||||
if (S='') then
|
||||
exit;
|
||||
S:='select oid,typname,typtype,typcategory from pg_type where oid in ('+S+') order by oid';
|
||||
Res:=Cursor.Handle.Exec(S,False,'Error getting typeinfo');
|
||||
try
|
||||
For I:=0 to PQntuples(Res)-1 do
|
||||
|
Loading…
Reference in New Issue
Block a user