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
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.