浏览代码

* Fix bug #8206

git-svn-id: trunk@6296 -
joost 18 年之前
父节点
当前提交
e37b97cfbf
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      fcl/db/db.pp

+ 4 - 0
fcl/db/db.pp

@@ -63,6 +63,10 @@ type
   TProviderFlag = (pfInUpdate, pfInWhere, pfInKey, pfHidden);
   TProviderFlags = set of TProviderFlag;
 
+{ Part of DBCommon, but temporary defined here (bug 8206) }
+
+ TFieldMap = array[TFieldType] of Byte;
+
 { Forward declarations }
 
   TFieldDef = class;