--- ibx/trunk/changelog 2018/01/22 13:58:14 118 +++ ibx/trunk/changelog 2018/01/22 14:22:04 123 @@ -1,4 +1,4 @@ -IBX Change Log version (2.2-0) Sat, 20 Jan 2018 12:09:59 +0000 +IBX Change Log version (2.2-0) Sat, 20 Jan 2018 23:31:37 +0000 1. IBExtract: Identity columns - add additional check for null column for generator name. @@ -15,7 +15,7 @@ IBX Change Log version a returning clause that updates one or more fields on the current row. A full row refresh is only performed if (a) ForcedRefresh is true or (b) the query does not return any field values and the select query contains read only fields. Use of Insert/update - returning should be significantly more efficient than excuting a refresh query. + returning should be significantly more efficient than executing a refresh query. This behaviour change is intended to be backwards compatible and there should be no need to change existing programs, other than to improve performance by using the new capability.