浏览代码

* Fix DefaultBytesToBlobData

michael 5 年之前
父节点
当前提交
d744f40921
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/fcl-db/db.pas

+ 1 - 0
packages/fcl-db/db.pas

@@ -3996,6 +3996,7 @@ begin
     S:='';
     For I:=0 to Length(AValue) do
       TJSString(S).Concat(IntToHex(aValue[i],2));
+    Result:=S;
     end;
 end;