mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:49:31 +02:00
fcl-db: sqlite: map MONEY to ftCurrency (extend compatibilty with f.e. PostgreSQL or MS SQL)
git-svn-id: trunk@24399 -
This commit is contained in:
parent
8c91cddfc8
commit
992ae091b5
@ -374,7 +374,7 @@ Type
|
||||
end;
|
||||
|
||||
Const
|
||||
FieldMapCount = 26;
|
||||
FieldMapCount = 27;
|
||||
FieldMap : Array [1..FieldMapCount] of TFieldMap = (
|
||||
(n:'INT'; t: ftInteger),
|
||||
(n:'LARGEINT'; t:ftlargeInt),
|
||||
@ -390,6 +390,7 @@ Const
|
||||
(n:'DATE'; t: ftDate),
|
||||
(n:'TIME'; t: ftTime),
|
||||
(n:'CURRENCY'; t: ftCurrency),
|
||||
(n:'MONEY'; t: ftCurrency),
|
||||
(n:'VARCHAR'; t: ftString),
|
||||
(n:'CHAR'; t: ftFixedChar),
|
||||
(n:'NUMERIC'; t: ftBCD),
|
||||
|
Loading…
Reference in New Issue
Block a user