mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 20:30:55 +02:00
* Fixed gotcha in r21364. SQL Null instead of nil. Mantis #22108 by Ludo
git-svn-id: trunk@21373 -
This commit is contained in:
parent
de9d8f2880
commit
283ed5971a
@ -3145,7 +3145,7 @@ function TCustomBufDataset.Lookup(const KeyFields: string;
|
||||
var
|
||||
bm:TBookmark;
|
||||
begin
|
||||
result:=nil;
|
||||
result:=Null;
|
||||
bm:=GetBookmark;
|
||||
DisableControls;
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user