mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 02:41:50 +02:00
* GetExtendedFieldinfo, patch to fix #40300
This commit is contained in:
parent
8696ca652d
commit
5ee294f224
@ -501,6 +501,7 @@ s:='';
|
|||||||
end;
|
end;
|
||||||
if (S='') then
|
if (S='') then
|
||||||
exit;
|
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');
|
Res:=Cursor.Handle.Exec(S,False,'Error getting typeinfo');
|
||||||
try
|
try
|
||||||
For I:=0 to PQntuples(Res)-1 do
|
For I:=0 to PQntuples(Res)-1 do
|
||||||
|
Loading…
Reference in New Issue
Block a user