* GetExtendedFieldinfo, patch to fix #40300

This commit is contained in:
Michaël Van Canneyt 2023-05-30 14:24:52 +02:00
parent 8696ca652d
commit 5ee294f224

View File

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