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

Comparing ibx/trunk/fbintf/client/3.0/FB30Attachment.pas (file contents):
Revision 59 by tony, Mon Mar 6 10:20:02 2017 UTC vs.
Revision 60 by tony, Mon Mar 27 15:21:02 2017 UTC

# Line 356 | Line 356 | function TFB30Attachment.CreateArrayMeta
356    Scale: integer; size: cardinal; aCharSetID: cardinal; dimensions: cardinal;
357    bounds: TArrayBounds): IArrayMetaData;
358   begin
359 <  Result := TFB30ArrayMetaData.Create(SQLType,tableName,ColumnName,Scale,size,aCharSetID, dimensions,bounds);
359 >  Result := TFB30ArrayMetaData.Create(self,SQLType,tableName,ColumnName,Scale,size,aCharSetID, dimensions,bounds);
360   end;
361  
362   function TFB30Attachment.GetBlobMetaData(Transaction: ITransaction; tableName,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines