Browse Source

* Fix DefaultBytesToBlobData

michael 5 years ago
parent
commit
d744f40921
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-db/db.pas

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

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