mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 21:11:23 +02:00
* Do not return empty fieldlist when generating SQL
This commit is contained in:
parent
ec8887baf2
commit
f406c2400b
@ -1427,6 +1427,8 @@ begin
|
||||
Res:=Res+Term;
|
||||
end;
|
||||
end;
|
||||
if Res='' then
|
||||
Res:='*';
|
||||
Result:=Res;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user