浏览代码

* Fixed gotcha in r21364. SQL Null instead of nil. Mantis #22108 by Ludo

git-svn-id: trunk@21373 -
marco 13 年之前
父节点
当前提交
283ed5971a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/fcl-db/src/base/bufdataset.pas

+ 1 - 1
packages/fcl-db/src/base/bufdataset.pas

@@ -3145,7 +3145,7 @@ function TCustomBufDataset.Lookup(const KeyFields: string;
 var
   bm:TBookmark;
 begin
-  result:=nil;
+  result:=Null;
   bm:=GetBookmark;
   DisableControls;
   try