Browse Source

* Fix bug #8206

git-svn-id: trunk@6296 -
joost 18 years ago
parent
commit
e37b97cfbf
1 changed files with 4 additions and 0 deletions
  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;