mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 18:39:19 +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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user