ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/journaling/changelog
(Generate patch)

Comparing:
ibx/trunk/changelog (file contents), Revision 347 by tony, Mon Sep 20 22:08:20 2021 UTC vs.
ibx/branches/journaling/changelog (file contents), Revision 362 by tony, Tue Dec 7 13:27:39 2021 UTC

# Line 1 | Line 1
1 < IBX Change Log  version (2.4-3 Build 12796) Mon, 06 Sep 2021 11:26:41 +0100
1 > IBX Change Log  version (2.5-0 Build 12933) Mon, 29 Nov 2021 14:59:54 +0000
2 >
3 > 1. IBCustomDataset: Modify TISQL component now defaults to GoToFirstRecordOnExecute := true.
4 >   This is for compatibility with Firebird 5 where Update...Returning can return
5 >   a cursor.
6 >
7 > IBX Change Log  version (2.4-3 Build 12886) Sat, 23 Oct 2021 14:58:30 +0100
8  
9   1. Add try-..except check when initially loading library in IDE. This should
10   ensure that IDE continues to load even when a failure occurs in IBX load
11   library.
12  
13 + 2. IBXScript: now recognises a CASE...END block within a stored procedure and
14 +   hence will correctly detect end of the outer containing block when the block
15 +   contains a SELECT ... CASE ... END construct.
16 +
17 + 3. IBExtract: some further tidying up to remove extraneous white space.
18 +
19 + 4. IBCustomDataSet: DefaultFieldClasses array declaration updated to avoid compile time
20 +   errors when extra elements are added to DB.TFieldType.
21 +
22 + 5. IBUpdate: updated to reflect changes to ISQLParam.
23 +
24 + 6. IBXScript: now correctly parses a DECLARE statement which includes a quoted string.
25 +
26 + 7. IBExtract: for ODS >=13, increment generator value by one for ALTER SEQUENCE statement.
27 +
28 + 8. IBSQL: Support for scrollable cursors added (note: local databases only)
29 +
30   IBX Change Log  version (2.4-2 Build 12773) Mon, 23 Aug 2021 11:59:42 +0100
31  
32   1. TIBDatabaseInfo: review and tidy-up of property types. Most widen to int64 with the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines