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 |
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 |
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. |