Browse Source

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 years ago
parent
commit
1072a0770b
1 changed files with 2 additions and 1 deletions
  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