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 |
+ |
5. IBLookupComboEditBox: avoid race condition when autocompleting text that occasionally |
15 |
+ |
results in autocomplete ignoring prefix text. |
16 |
+ |
|
17 |
|
IBX Change Log version (2.0-2) Fri, 24 Feb 2017 12:17:53 +0000 |
18 |
|
|
19 |
|
1. TIBDatabase.CreateDatabase: extract full DB Name from SQL using reg ex in order to |