ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/fbintf/client/FBBlob.pas
(Generate patch)

Comparing ibx/trunk/fbintf/client/FBBlob.pas (file contents):
Revision 262 by tony, Thu Jan 18 14:37:51 2018 UTC vs.
Revision 263 by tony, Thu Dec 6 15:55:01 2018 UTC

# Line 256 | Line 256 | begin
256    TotalSize := 0;
257    BlobType := btSegmented;
258  
259 <  BlobInfo := TBlobInfo.Create;
259 >  BlobInfo := TBlobInfo.Create(FAttachment.getFirebirdAPI as TFBClientAPI);
260    GetInfo([isc_info_blob_num_segments,
261             isc_info_blob_max_segment,
262             isc_info_blob_total_length,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines