* GetExtendedFieldinfo, patch to fix #40300

This commit is contained in:
Michaël Van Canneyt 2023-05-30 14:24:52 +02:00 committed by Pierre Muller
parent 39b7ab29b0
commit aea33b1c60

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