--- ibx/trunk/changelog 2017/02/02 16:20:12 49 +++ ibx/trunk/changelog 2017/06/29 11:11:22 64 @@ -1,6 +1,22 @@ -IBX Change Log version (2.0-2) tba, 09 Jan 2017 15:31:49 +0000 +IBX Change Log version (2.0.3) tba, 24 Feb 2017 12:17:53 +0000 -1. TIBDatabase.CreateDatabase: extract full DB Name using reg ex in order to +1. IBCustomDataset: Minor change of PChar to PByte for compatibility with fbintf + changes. + +2. IBCustomDataset: Fixed use of incorrect datasize in TIBStringField.SetAsString. + Bug could result in truncated multi-byte character set values. + +3. Changes consequential on moving fbintf character set utility functions from + IFirebirdAPI to IAttachment. + +4. Avoid "Object is nil" error when opening a database with DefaultSystemCodePage = true + +5. IBLookupComboEditBox: avoid race condition when autocompleting text that occasionally + results in autocomplete ignoring prefix text. + +IBX Change Log version (2.0-2) Fri, 24 Feb 2017 12:17:53 +0000 + +1. TIBDatabase.CreateDatabase: extract full DB Name from SQL using reg ex in order to include remote system name. 2. TIBExtract: No longer include comment header and COMMIT statement for empty @@ -14,6 +30,10 @@ IBX Change Log version 5. IBDynamicGrid: Update handling of navigation keys for a TDateEdit +6. IBCustomDataset: Set internalunprepared flag when transaction ends. This ensures + that BindFields is called when the query is next activated. Avoids FieldName + not found error. + IBX Change Log version (2.0-1) Mon, 09 Jan 2017 15:31:49 +0000 1. TIBEvents: Fix uninitialised variable that could result in lost events. @@ -62,7 +82,7 @@ IBX Change Log version IBX Change Log version (2.0-0) Tue, 06 Dec 2016 10:33:44 +0000 -See also doc/readme.upgrade-4-x.to.2-0-0.xhtml for important information on +See also doc/IBX4LazarusGuide.pdf for important information on upgrading to IBX2. 1. Size property of TIBStringField is now the width in characters of the field