ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/changelog
(Generate patch)

Comparing ibx/trunk/changelog (file contents):
Revision 118 by tony, Mon Jan 22 13:58:14 2018 UTC vs.
Revision 141 by tony, Thu Jan 25 14:18:12 2018 UTC

# Line 1 | Line 1
1 < IBX Change Log  version                                        (2.2-0) Sat, 20 Jan 2018 12:09:59 +0000
1 > IBX Change Log  version                                              (2.2-0) Thu, 25 Jan 2018 13:56:39 +0000
2  
3   1. IBExtract: Identity columns - add additional check for null column for generator name.
4  
# Line 15 | Line 15 | IBX Change Log  version
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.
# Line 83 | Line 83 | IBX Change Log  version
83  
84   18. IBExtract: now supports DDL Triggers.
85  
86 + 19. Add a property Editor for TIBUpdate.RefreshSQL.
87 +
88 + 20. IBUpdate: Ignore non-data (e.g. calculated) fields when assembling list of input
89 +    parameters. This stops an exception being raised when the field cannot be
90 +    located in the record buffer.
91 +
92 + 21. Property Editors now automatically include System Tables when opened and when the query table
93 +    is a System Table.
94 +
95 + 22. FB3UserManager example added to illustrate use if IBX for managing user logins, passwords
96 +    and connections using IBX and with single or multiple security databases.
97 +
98  
99   IBX Change Log  version                            (2.1-0) Fri, 15 Dec 2017 12:20:11 +0000
100  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines