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 311 by tony, Mon Aug 24 09:32:58 2020 UTC vs.
Revision 312 by tony, Tue Aug 25 15:40:58 2020 UTC

# Line 1 | Line 1
1 < IBX Change Log  version (2.3-5 Build 12341) Mon, 24 Aug 2020 10:23:35 +0100
1 > IBX Change Log  version (2.3-5 Build 12350) Tue, 25 Aug 2020 16:11:02 +0100
2  
3   1.  TIBStringField: when a string value is read from a dataset buffer, if the
4      number of UTF8 characters exceeds the string size then string is truncated
# Line 35 | Line 35 | IBX Change Log  version (2.3-5 Build 123
35     value returned by DataSize is now the same as the Dataset buffer size reserved
36     for the field.
37  
38 < 10. IBExtact: Tidyup of SQL generation. Avoid unnecessary double quotes.
38 > 10. IBExtract: Tidyup of SQL generation. Avoid unnecessary double quotes.
39  
40   11. TIBCustomDataset: Add checks on buffer sizes when copying data from row to field buffer
41      and vice-versa. This may result in an exception being raised (correctly) for
# Line 44 | Line 44 | IBX Change Log  version (2.3-5 Build 123
44      In such cases, the field needs to be deleted in the IDE fields editor and then
45      added back in.
46  
47 + 12. IBCustomDataSet: CanInsert, CanEdit, CanDelete and CanRefresh updated to return
48 +    false if query contains white space and not just empty.
49 +
50   12. IBCustomDataset: Blob data is now cleared when TDataSet.Cancel is called. This
51      should ensure that (e.g.) a TDBMemo is correctly refreshed after a dataset edit
52      is cancelled.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines