mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 18:50:37 +02:00
* Patch from Reinier Olislagers to fix bug #20069
git-svn-id: trunk@18945 -
This commit is contained in:
parent
13840ad987
commit
80c8cdcf78
@ -293,11 +293,11 @@ Procedure UnRegisterExportFormat(Const AName : String);
|
||||
|
||||
Const
|
||||
StringFieldTypes = [ftString,ftFixedChar,ftWidestring,ftFixedWideChar];
|
||||
IntFieldTypes = [ftInteger,ftWord,ftsmallint,ftautoinc];
|
||||
IntFieldTypes = [ftInteger,ftWord,ftSmallint,ftAutoinc];
|
||||
OrdFieldTypes = IntFieldTypes +[ftBoolean,ftLargeInt];
|
||||
DateFieldTypes = [ftDate,ftTime,ftDateTime,ftTimeStamp];
|
||||
MemoFieldTypes = [ftMemo,ftFmtMemo,ftWideMemo];
|
||||
BlobFieldTypes = [ftBlob,ftGraphic,ftOraBlob,ftOraClob];
|
||||
BlobFieldTypes = [ftBlob,ftDBaseOLE,ftGraphic,ftOraBlob,ftOraClob,ftParadoxOLE];
|
||||
|
||||
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user