From ac99c856c7ad489dcd7d58698616d99495a892e9 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 3 Apr 2010 11:09:58 -0400 Subject: [PATCH] correct changelog --- CHANGES | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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. -- 2.47.3