Quellcode durchsuchen

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 vor 5 Jahren
Ursprung
Commit
1072a0770b
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  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