Explorar o código

* Enabled currency-fields test for sqlite3

git-svn-id: trunk@9093 -
joost %!s(int64=18) %!d(string=hai) anos
pai
achega
afe993756d
Modificáronse 1 ficheiros con 1 adicións e 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