Explorar o código

* Removed "as" keyword from query, it is not supported by Firebird

git-svn-id: trunk@10706 -
joost %!s(int64=17) %!d(string=hai) anos
pai
achega
bafff6548d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/fcl-db/tests/testfieldtypes.pas

+ 1 - 1
packages/fcl-db/tests/testfieldtypes.pas

@@ -913,7 +913,7 @@ begin
     begin
     with query do
       begin
-      SQL.Text:='select TT.NAME from FPDEV left join FPDEV as TT on TT.ID=FPDEV.ID';
+      SQL.Text:='select TT.NAME from FPDEV left join FPDEV TT on TT.ID=FPDEV.ID';
       Open;
       close;
       end;