--- ibx/trunk/changelog 2018/03/19 09:48:37 221 +++ ibx/trunk/changelog 2018/04/03 09:09:05 225 @@ -1,4 +1,4 @@ -IBX Change Log version (2.3-0) Mon, 19 Mar 2018 09:45:35 +0000 +IBX Change Log version (2.3-0) Tue, 03 Apr 2018 10:03:02 +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,7 +94,7 @@ 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). @@ -106,6 +106,26 @@ packages. 21. TIBExtact: 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. 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. + 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