* 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
begin
Fconnection := TSQLite3Connection.Create(nil);
FieldtypeDefinitions[ftCurrency] := '';
FieldtypeDefinitions[ftCurrency] := 'CURRENCY';
FieldtypeDefinitions[ftFixedChar] := '';
end;
if SQLDbType = POSTGRESQL then