mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 11:49:23 +02:00
* Enabled currency-fields test for sqlite3
git-svn-id: trunk@9093 -
This commit is contained in:
parent
570b4e079d
commit
afe993756d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user