From: Mike Bayer Date: Wed, 15 Dec 2010 17:25:51 +0000 (-0500) Subject: changelog X-Git-Tag: rel_0_6_6~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=550696b41b04f5b6bc5247db2a3952f7224f1890;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git changelog --- diff --git a/CHANGES b/CHANGES index 6e884d41ef..714d9cb884 100644 --- a/CHANGES +++ b/CHANGES @@ -69,6 +69,12 @@ CHANGES str() on values. - engine + - The "unicode warning" against non-unicode bind data + is now raised only when the + Unicode type is used explictly; not when + convert_unicode=True is used on the engine + or String type. + - Fixed memory leak in C version of Decimal result processor. [ticket:1978] @@ -115,6 +121,11 @@ CHANGES than that of the parent table doesn't render at all, as cross-schema references do not appear to be supported. +- mssql + - The rewrite of index reflection in [ticket:1770] was + unfortunately not tested correctly, and returned incorrect + results. This regression is now fixed. + - oracle - The cx_oracle "decimal detection" logic, which takes place for for result set columns with ambiguous numeric characteristics,