1 |
+ |
IBX Change Log version (2.6-2 Build 14016) Sat, 05 Aug 2023 11:54:55 +0100 |
2 |
+ |
|
3 |
+ |
1. Fixed repeated "type" keyword in IBBufferCursors. This may cause a compile error |
4 |
+ |
with later versions of fpc - later than 3.2.2. |
5 |
+ |
|
6 |
+ |
2. IBUpdateSQL. update internal queries if parent dataset database changed. |
7 |
+ |
|
8 |
+ |
3. IBUpdateSQL: Do not prepare an empty internal query. |
9 |
+ |
|
10 |
+ |
4. IBBufferedCursors: avoid range error when max field no. is > fields.count |
11 |
+ |
|
12 |
+ |
5. IBBufferedCursors: avoid End of File error if refresh query returns and empty row count |
13 |
+ |
|
14 |
+ |
IBX Change Log version (2.6-1 Build 13985) Mon, 17 Jul 2023 14:16:41 +0100 |
15 |
+ |
|
16 |
+ |
1. Maintenance update of 2.6.0. This version is still at beta. |
17 |
+ |
|
18 |
+ |
2. Reverse out changes to DrawCellText signature in IBArrayGrid and IBDynamic Grid. |
19 |
+ |
See https://gitlab.com/freepascal.org/lazarus/lazarus/-/commit/53aaae9c5e2a5edac5b1d2f70739a8ef7b0a9623 |
20 |
+ |
|
21 |
+ |
3. ibxscript: When parsing a store procedure or function with a variable name |
22 |
+ |
enclosed in doublequotes, the double quotes are no longer removed. |
23 |
+ |
|
24 |
|
IBX Change Log version (2.6-0 Build 13976) Thu, 22 Jun 2023 13:49:22 +0100 |
25 |
|
|
26 |
|
NOTE: THIS VERSION RE-WRITES THE INTERNAL BUFFER MANAGER AND SHOULD BE CONSIDERED |