mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:49:09 +02:00
fcl-db: base: enable TLongWordField in DefaultFieldClasses
git-svn-id: trunk@47220 -
This commit is contained in:
parent
a8cd770b3c
commit
b5a1c93ec2
@ -2296,9 +2296,9 @@ const
|
|||||||
{ ftWideMemo} TWideMemoField,
|
{ ftWideMemo} TWideMemoField,
|
||||||
{ ftOraTimeStamp} nil,
|
{ ftOraTimeStamp} nil,
|
||||||
{ ftOraInterval} nil,
|
{ ftOraInterval} nil,
|
||||||
{ ftLongWord} {TLongWordField}nil,
|
{ ftLongWord} TLongWordField,
|
||||||
{ ftShortint} {TShortintField}nil,
|
{ ftShortint} {TShortintField}nil,
|
||||||
{ ftByte} nil,
|
{ ftByte} {TByteField}nil,
|
||||||
{ ftExtended} nil
|
{ ftExtended} nil
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user