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