* Enabled currency-fields test for sqlite3

git-svn-id: trunk@9093 -
This commit is contained in:
joost 2007-11-03 00:15:37 +00:00
parent 570b4e079d
commit afe993756d

View File

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