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

Comparing ibx/trunk/runtime/nongui/IBUpdateSQL.pas (file contents):
Revision 216 by tony, Wed Mar 14 12:48:51 2018 UTC vs.
Revision 217 by tony, Fri Mar 16 10:27:26 2018 UTC

# Line 107 | Line 107 | function TIBUpdateSQL.GetRowsAffected(va
107                                   UpdateCount, DeleteCount: integer): boolean;
108   begin
109    if Query[FLastUpdateKind].Statement <> nil  then
110 <    Query[FLastUpdateKind].Statement.GetRowsAffected(SelectCount, InsertCount,  UpdateCount, DeleteCount)
110 >    Result := Query[FLastUpdateKind].Statement.GetRowsAffected(SelectCount, InsertCount,  UpdateCount, DeleteCount)
111    else
112 <    inherited;
112 >    Result := inherited;
113   end;
114  
115   procedure TIBUpdateSQL.ExecSQL(UpdateKind: TUpdateKind; buff: PChar);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines