From: Mike Bayer Date: Sat, 3 Apr 2010 15:09:58 +0000 (-0400) Subject: correct changelog X-Git-Tag: rel_0_6_0~64^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac99c856c7ad489dcd7d58698616d99495a892e9;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git correct changelog --- diff --git a/CHANGES b/CHANGES index 8fc0669d39..43f77f9d5d 100644 --- a/CHANGES +++ b/CHANGES @@ -50,7 +50,12 @@ CHANGES errors if column._label is used as a bind name during an UPDATE. Test coverage which wasn't present in 0.5 has been added. [ticket:1755] - + + - the Numeric type raises an *enormous* warning when expected + to convert floats to Decimal from a DBAPI that returns floats. + This includes SQLite, Oracle, Sybase, MS-SQL. + [ticket:1759] + - ext - the compiler extension now allows @compiles decorators on base classes that extend to child classes, @compiles @@ -139,11 +144,6 @@ CHANGES render inside of column expressions already assigned a label. [ticket:1747] - - the Numeric type raises an *enormous* warning when expected - to convert floats to Decimal from a DBAPI that returns floats. - This includes SQLite, Oracle, Sybase, MS-SQL. - [ticket:1759] - - postgresql - The psycopg2 dialect will log NOTICE messages via the "sqlalchemy.dialects.postgresql" logger name.