Explorar o código

* Fix compilation of sqldbtoolsunit

git-svn-id: trunk@20400 -
marco %!s(int64=13) %!d(string=hai) anos
pai
achega
e866049f49
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      packages/fcl-db/tests/sqldbtoolsunit.pas

+ 1 - 2
packages/fcl-db/tests/sqldbtoolsunit.pas

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