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 340 by tony, Wed Jul 7 11:53:54 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.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
33 +   exception of those defined to be one byte wide e.g. DBImplementationNo.
34 +
35 + 2. TIBSQL: Batch Update/Insert support added.
36 +
37 + 3. TIBStoredProc: when generating the SQL, the value of the StoredProcName property
38 +   is no longer automatically converted to upper case when it is syntactically a
39 +   SQL Identifier. This is to support the use of stored procedures defined e.g.
40 +   as CREATE PROCEDURE "iCASE".
41 +
42 +   There could be a backwards compatibility issue when the StoredProcName was entered
43 +   manually at design time. That is not selected from the drop down list. If the
44 +   StoredProcName is entered in mixed case and the procedure was declared e.g. as
45 +   CREATE PROCEDURE iCASE, then the SQL generation will be incorrect. You should
46 +   ensure that the value of the StoredProcName is all upper case, unless it was
47 +   declared under dialect 3 and explicitly as mixed case (i.e. delimited by double
48 +   quotes).
49 +
50 +   Note that when a stored procedure name was declared delimited in double quotes,
51 +   as in the first example above, the value of the StoredProcName property must not
52 +   include the delimiters (double quotes).
53 +
54 + 4. IBXUpgradeConfFile: an exception is now raised if a patch file specified in
55 +   upgrade.conf was not found. This replaces silently ignoring the problem.
56 +
57 + 5. TIBLocalDBSupport: new property "SectionHeaderTemplate". This defaults to
58 +   'Version.%.3d' and is used to generate the section header names (for a given
59 +   version no.) in the upgrade.conf file.
60 +
61   IBX Change Log  version (2.4-1 Build 12550) Wed, 23 Jun 2021 13:59:14 +0100
62  
63   1. -c command line option added to fbsql example program. Used to set connection

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines