1 |
+ |
IBX Change Log version (2.6-4 Build 14094) Sat, 21 Oct 2023 15:03:30 +0100 |
2 |
+ |
|
3 |
+ |
1. TIBCustomDataSet.ApplyUpdates: ensure controls are not permanently disabled |
4 |
+ |
if ApplyUpdates called before a cursor exists. |
5 |
+ |
|
6 |
+ |
2. TIBCustomDataSet.CreateBlobStream: add check for empty dataset before |
7 |
+ |
creating the blob. |
8 |
+ |
|
9 |
+ |
IBX Change Log version (2.6-3 Build 14080) Sat, 21 Oct 2023 14:14:22 +0100 |
10 |
+ |
|
11 |
+ |
1. Update to calls to EInterbaseError to add default code page. Consequential |
12 |
+ |
on change to fbintf. |
13 |
+ |
|
14 |
+ |
2. Update some examples to replace test for null date with the NullDate constant |
15 |
+ |
instead of zero. This is because Laz 3.0 changes the value of NullDate. |
16 |
+ |
|
17 |
|
IBX Change Log version (2.6-2 Build 14016) Sat, 05 Aug 2023 11:54:55 +0100 |
18 |
|
|
19 |
|
1. Fixed repeated "type" keyword in IBBufferCursors. This may cause a compile error |