浏览代码

* Patch from Ondrej Pokorny to fix issue #33710 (clear param value when not needed)

git-svn-id: trunk@38949 -
michael 7 年之前
父节点
当前提交
fc2516d73f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/fcl-db/src/base/dsparams.inc

+ 1 - 0
packages/fcl-db/src/base/dsparams.inc

@@ -840,6 +840,7 @@ Var
   VT : Integer;
 
 begin
+  if FDataType=AValue then Exit;
   FDataType:=AValue;
   VT:=FieldTypetoVariantMap[AValue];
   If (VT=varError) then