Explorar o código

* Fix bug #8206

git-svn-id: trunk@6296 -
joost %!s(int64=18) %!d(string=hai) anos
pai
achega
e37b97cfbf
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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;