Browse Source

* Corrected int64 type name

git-svn-id: trunk@11355 -
michael 17 years ago
parent
commit
14ffd4dd6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-db/src/datadict/fpdatadict.pp

+ 1 - 1
packages/fcl-db/src/datadict/fpdatadict.pp

@@ -431,7 +431,7 @@ Const
     'BOOL', 'FLOAT', 'DECIMAL','DECIMAL','DATE', 'TIME', 'TIMESTAMP',
     'BOOL', 'FLOAT', 'DECIMAL','DECIMAL','DATE', 'TIME', 'TIMESTAMP',
     '', '', 'INT', 'BLOB', 'BLOB', 'BLOB', 'BLOB',
     '', '', 'INT', 'BLOB', 'BLOB', 'BLOB', 'BLOB',
     '', '', '', '', 'CHAR',
     '', '', '', '', 'CHAR',
-    'CHAR', 'DOUBLE PRECISION', '', '', '',
+    'CHAR', 'BIGINT', '', '', '',
     '', '', '', '', '',
     '', '', '', '', '',
     '', '', 'TIMESTAMP', 'DECIMAL','CHAR','BLOB');
     '', '', 'TIMESTAMP', 'DECIMAL','CHAR','BLOB');