Explorar el Código

* Enabled currency-fields test for sqlite3

git-svn-id: trunk@9093 -
joost hace 18 años
padre
commit
afe993756d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/fcl-db/tests/sqldbtoolsunit.pas

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

@@ -106,7 +106,7 @@ begin
   if SQLDbType = sqlite3 then
     begin
     Fconnection := TSQLite3Connection.Create(nil);
-    FieldtypeDefinitions[ftCurrency] := '';
+    FieldtypeDefinitions[ftCurrency] := 'CURRENCY';
     FieldtypeDefinitions[ftFixedChar] := '';
     end;
   if SQLDbType = POSTGRESQL then