--- ibx/trunk/changelog 2016/07/16 12:25:48 42 +++ ibx/trunk/changelog 2016/09/22 17:10:15 43 @@ -1,3 +1,24 @@ +IBX Change Log version (1.4-3) Thu, 22 Sep 2016 18:10:15 +0100 + +1. IBCustomDataset: When calling SetCodePage, no longer request transliteration + when target codepage is CP_NONE. This is a workaround for + http://bugs.freepascal.org/view.php?id=30622. + +2. DBLog option removed from TIBStatisticalService - not supported by server + since Firebird 1.5. + +3. ibxscript: An error is no longer generated for "on commit preserve rows" or + similar. + +4. IBCodePage: updated mapping between codepages and character id. + +5. ftWideString and ftWideMemo withdrawn. There is no UTF16 character set in + Firebird. Character sets with a char width of two are not UTF16. + +6. Strings received from the database are now always transliterated into UTF8 + regardless of the database character set or connection character set. This + is for compatibility with the LCL. + IBX Change Log version (1.4-2) Sat, 16 Jul 2016 13:25:48 +0100 1. IBBlob: Defer reading of blob until read method called. This avoids having to