Explorar o código

* add bigint. sqlite compat.

git-svn-id: trunk@18031 -
marco %!s(int64=14) %!d(string=hai) anos
pai
achega
8bb66f5e07
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      packages/fcl-db/src/sqldb/sqlite/sqlite3conn.pp

+ 2 - 1
packages/fcl-db/src/sqldb/sqlite/sqlite3conn.pp

@@ -338,10 +338,11 @@ Type
   end;
   
 Const
-  FieldMapCount = 23;
+  FieldMapCount = 24;
   FieldMap : Array [1..FieldMapCount] of TFieldMap = (
    (n:'INT'; t: ftInteger),
    (n:'LARGEINT'; t:ftlargeInt),
+   (n:'BIGINT'; t:ftlargeInt),
    (n:'WORD'; t: ftWord),
    (n:'SMALLINT'; t: ftSmallint),
    (n:'BOOLEAN'; t: ftBoolean),