浏览代码

fcl-db: base: fix after adding new field types into enumeration TFieldType (in rev. 47217)

git-svn-id: trunk@47218 -
(cherry picked from commit 15dfa2e0c9ea5071af78d6ddbaf699ae95805630)
lacak 4 年之前
父节点
当前提交
1072a0770b
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      packages/fcl-db/src/datadict/fpdatadict.pp

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

@@ -721,7 +721,8 @@ Const
     '', '', '', '', 'CHAR',
     '', '', '', '', 'CHAR',
     'CHAR', 'BIGINT', '', '', '',
     'CHAR', 'BIGINT', '', '', '',
     '', '', '', '', '',
     '', '', '', '', '',
-    '', '', 'TIMESTAMP', 'DECIMAL','CHAR','BLOB');
+    '', '', 'TIMESTAMP', 'DECIMAL','CHAR','BLOB',
+    '', '', '', '', '', '');
     
     
 { ---------------------------------------------------------------------
 { ---------------------------------------------------------------------
   Constants which can be localized
   Constants which can be localized