mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:06:08 +02:00
* Fixed compilation
git-svn-id: trunk@6297 -
This commit is contained in:
parent
e37b97cfbf
commit
76c8c2aa69
@ -63,10 +63,6 @@ type
|
|||||||
TProviderFlag = (pfInUpdate, pfInWhere, pfInKey, pfHidden);
|
TProviderFlag = (pfInUpdate, pfInWhere, pfInKey, pfHidden);
|
||||||
TProviderFlags = set of TProviderFlag;
|
TProviderFlags = set of TProviderFlag;
|
||||||
|
|
||||||
{ Part of DBCommon, but temporary defined here (bug 8206) }
|
|
||||||
|
|
||||||
TFieldMap = array[TFieldType] of Byte;
|
|
||||||
|
|
||||||
{ Forward declarations }
|
{ Forward declarations }
|
||||||
|
|
||||||
TFieldDef = class;
|
TFieldDef = class;
|
||||||
@ -118,6 +114,10 @@ type
|
|||||||
ftDataSet, ftOraBlob, ftOraClob, ftVariant, ftInterface,
|
ftDataSet, ftOraBlob, ftOraClob, ftVariant, ftInterface,
|
||||||
ftIDispatch, ftGuid, ftTimeStamp, ftFMTBcd);
|
ftIDispatch, ftGuid, ftTimeStamp, ftFMTBcd);
|
||||||
|
|
||||||
|
{ Part of DBCommon, but temporary defined here (bug 8206) }
|
||||||
|
|
||||||
|
TFieldMap = array[TFieldType] of Byte;
|
||||||
|
|
||||||
{ TDateTimeRec }
|
{ TDateTimeRec }
|
||||||
|
|
||||||
TDateTimeAlias = type TDateTime;
|
TDateTimeAlias = type TDateTime;
|
||||||
|
Loading…
Reference in New Issue
Block a user