Ver Fonte

* Fix bug #8206

git-svn-id: trunk@6296 -
joost há 18 anos atrás
pai
commit
e37b97cfbf
1 ficheiros alterados com 4 adições e 0 exclusões
  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;