--- ibx/trunk/changelog 2018/03/16 11:28:58 219 +++ ibx/trunk/changelog 2018/04/03 10:52:43 226 @@ -1,4 +1,4 @@ -IBX Change Log version (2.3-0) Fri, 16 Mar 2018 11:07:39 +0000 +IBX Change Log version (2.3-0) Tue, 03 Apr 2018 11:48:08 +0100 IMPORTANT: the source code tree has been re-organised for IBX 2.3. Please remove all previous copies of the IBX source code tree before installing this release. @@ -94,10 +94,42 @@ packages. with Extract Option eoDatabase. 18. TIBLookupComboEditBox: Workaround added for https://bugs.freepascal.org/view.php?id=33428 - When a deLaoutChanged event is reported on the ListSource dataset, the + When a deLayoutChanged event is reported on the ListSource dataset, the combobox text is updated. This allows a listsource (detail) to be in a Master/Detail relationship with the control's datasource (master). +19. TIBExtract: Full BigInt value range now supported for Generators/Sequences. + +20. TIBExtract: Select Procedures (Procedure type 1) now include "SUSPEND;" clause in their + stubs. Pedantic fix really, as procedures output in dependency order anyway. + +21. TIBExtract: Package Headers and Package Bodies are now included in the extracted + DDL (Firebird 3 and later only). + +22. TIBLookupComboBox Autocomplete Fixes: + i. Only appended text is now selected after autocomplete. + ii. Uppercase keys no longer ignored for autocomplete. + iii. Retain Prefix case is now honoured correctly. + iv. When a DataSource is assigned, typing after autocomplete now extends prefix + before autocomplete performed. i.e. behaviour now the same as when + no DataSource assigned. + +23. TIBXScript: Single Line Comments starting with '--' are now ignored when occurring + between SQL statements. + +24. TIBExtract: New published property CaseSensitiveObjectNames. If false (default) then + ObjectNames are converted to upper case before matching against metadata object + names, unless the objectname is delimited by double quotes, in which case, the + double quotes are removed and the remaining string is used (unmodified) to match + against the metadata object name. + + If true then the ObjectName is used as is without modification and matched + against the metadata object name. No attempt is made to remove double quotes. + +25. TIBExtract: New Extract Types: etDatabaseTriggers and etDDLTriggers. When used + with eoTrigger, these extract types can be used to select only Database Triggers, + or DDL Triggers or both. Ignored when etTable or etTrigger included in Extract Types. + IBX Change Log version (2.2-0) Wed, 28 Feb 2018 10:57:45 +0000 NOTE: THE LOCATIONS OF SOME OF THE UNIT DIRECTORIES HAS CHANGED FROM IBX 2.1. THIS IS TO