3 |
|
1. IBCustomDataset: Minor change of PChar to PByte for compatibility with fbintf |
4 |
|
changes. |
5 |
|
|
6 |
+ |
2. IBCustomDataset: Fixed use of incorrect datasize in TIBStringField.SetAsString. |
7 |
+ |
Bug could result in truncated multi-byte character set values. |
8 |
+ |
|
9 |
+ |
3. Changes consequential on moving fbintf character set utility functions from |
10 |
+ |
IFirebirdAPI to IAttachment. |
11 |
+ |
|
12 |
+ |
4. Avoid "Object is nil" error when opening a database with DefaultSystemCodePage = true |
13 |
+ |
|
14 |
|
IBX Change Log version (2.0-2) Fri, 24 Feb 2017 12:17:53 +0000 |
15 |
|
|
16 |
|
1. TIBDatabase.CreateDatabase: extract full DB Name from SQL using reg ex in order to |