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