1 |
+ |
IBX Change Log version (2.4-3 Build 12803) Wed, 06 Oct 2021 10:20:04 +0100 |
2 |
+ |
|
3 |
+ |
1. Add try-..except check when initially loading library in IDE. This should |
4 |
+ |
ensure that IDE continues to load even when a failure occurs in IBX load |
5 |
+ |
library. |
6 |
+ |
|
7 |
+ |
2. IBXScript: now recognises a CASE...END block within a stored procedure and |
8 |
+ |
hence will correctly detect end of the outer containing block when the block |
9 |
+ |
contains a SELECT ... CASE ... END construct. |
10 |
+ |
|
11 |
+ |
3. IBExtract: some further tidying up to remove extraneous white space. |
12 |
+ |
|
13 |
|
IBX Change Log version (2.4-2 Build 12773) Mon, 23 Aug 2021 11:59:42 +0100 |
14 |
|
|
15 |
|
1. TIBDatabaseInfo: review and tidy-up of property types. Most widen to int64 with the |