--- ibx/trunk/changelog 2018/04/03 09:09:05 225 +++ ibx/trunk/changelog 2018/04/03 10:52:43 226 @@ -1,4 +1,4 @@ -IBX Change Log version (2.3-0) Tue, 03 Apr 2018 10:03:02 +0100 +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. @@ -100,10 +100,10 @@ packages. 19. TIBExtract: Full BigInt value range now supported for Generators/Sequences. -20. Select Procedures (Procedure type 1) now include "SUSPEND;" clause in their +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. TIBExtact: Package Headers and Package Bodies are now included in the extracted +21. TIBExtract: Package Headers and Package Bodies are now included in the extracted DDL (Firebird 3 and later only). 22. TIBLookupComboBox Autocomplete Fixes: @@ -114,7 +114,7 @@ packages. 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 +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 @@ -126,6 +126,10 @@ packages. 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