mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 13:31:20 +02:00
fcl-db: memds: for ftLargeInt fields use AsLargeInt when copying
git-svn-id: trunk@37524 -
This commit is contained in:
parent
555528d145
commit
eef6e65730
@ -1167,7 +1167,7 @@ begin
|
||||
ftString : F1.AsString:=F2.AsString;
|
||||
ftBoolean : F1.AsBoolean:=F2.AsBoolean;
|
||||
ftFloat : F1.AsFloat:=F2.AsFloat;
|
||||
ftLargeInt : F1.AsInteger:=F2.AsInteger;
|
||||
ftLargeInt : F1.AsLargeInt:=F2.AsLargeInt;
|
||||
ftSmallInt : F1.AsInteger:=F2.AsInteger;
|
||||
ftInteger : F1.AsInteger:=F2.AsInteger;
|
||||
ftDate : F1.AsDateTime:=F2.AsDateTime;
|
||||
|
Loading…
Reference in New Issue
Block a user