Browse Source

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

git-svn-id: trunk@47218 -
lacak 4 years ago
parent
commit
15dfa2e0c9
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