mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 09:50:38 +02:00
* Fix compilation of sqldbtoolsunit
git-svn-id: trunk@20400 -
This commit is contained in:
parent
e2c9a8c6a1
commit
e866049f49
@ -200,8 +200,7 @@ begin
|
||||
HostName := dbhostname;
|
||||
if length(dbQuoteChars)>1 then
|
||||
begin
|
||||
FieldNameQuoteChars[0] := dbQuoteChars[1];
|
||||
FieldNameQuoteChars[1] := dbQuoteChars[2];
|
||||
FieldNameQuoteChars:=dbquotechars;
|
||||
end;
|
||||
Open;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user