--- ibx/trunk/changelog 2019/06/05 10:13:51 290 +++ ibx/trunk/changelog 2020/04/17 10:26:08 291 @@ -1,4 +1,4 @@ -IBX Change Log version (2.3-4 Build 11661) Thu, 11 Apr 2019 09:43:38 +0100 +IBX Change Log version (2.3-4 Build 12019) Fri, 17 Apr 2020 10:45:20 +0100 1. TIBXDataSet and Generators: Generator Names that are not all upper case or not SQL Identifiers are now supported. @@ -6,6 +6,22 @@ IBX Change Log version (2.3-4 Build 116 2. TIBXScript: Set Generator is no longer rejected as unrecognised SQL and is passed to the Firebird engine for execution. +3. TIBDataSet: Unidirectional datasets now give an error message if an attempt + is made to scroll back. + +4. New unit: IBMessages.pas. Contains only messages used by IBX and not FBIntf + +5. TIBLookupComboEditBox: When generating auto-complete SQL, the ListField is now + only enclosed in double quotes in SQL dialect 3 and when it needs to be. + +6. TIBLookupComboEditBox: when the list source opens, the ListField name is now + validated. If no match is found in the list of field names and the database has + been opened in SQL Dialect 3, then the ListField Name is converted to upper case + if it then matches a field name. Otherwise, a Listfield not valid exception occurs. + +7. IBGeneratoreditor.pas: Add missing parenthesis around "IS" statement for compliance + with fpc 3.2. + IBX Change Log version (2.3-3 Build 11512) Fri, 28 Dec 2018 10:04:17 +0000