mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 04:19:26 +02:00
fcl-db: sqldb: fix trailing quote char
git-svn-id: trunk@30807 -
This commit is contained in:
parent
678133ac58
commit
d0b365c99a
@ -1773,7 +1773,7 @@ begin
|
||||
begin
|
||||
if (Where<>'') then
|
||||
Where:=Where+' AND ';
|
||||
Where:=Where+'('+FieldNameQuoteChars[0]+F.FieldName+FieldNameQuoteChars[0]+' = :'+F.FieldName+')';
|
||||
Where:=Where+'('+FieldNameQuoteChars[0]+F.FieldName+FieldNameQuoteChars[1]+' = :'+F.FieldName+')';
|
||||
end;
|
||||
end;
|
||||
if (Where='') then
|
||||
|
Loading…
Reference in New Issue
Block a user