# | Line 109 | Line 109 | begin | |
---|---|---|
109 | // if RowsAffected <> 1 then IBError(ibxeUpdateFailed, [nil]); | |
110 | // Commented out in release 1.2 | |
111 | if FieldCount > 0 then {Has RETURNING Clause} | |
112 | < | UpdateRecordFromQuery(Current,Buff); |
112 | > | UpdateRecordFromQuery(UpdateKind,Current,Buff); |
113 | end; | |
114 | end; | |
115 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |