]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed missing _label attribute on Function object, others
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 1 Feb 2009 18:20:20 +0000 (18:20 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 1 Feb 2009 18:20:20 +0000 (18:20 +0000)
commite39b98ca7ba8f791f5a359132adf3c9ff8e715c1
tree20e986b9d406fcc07797219658680e6cb8df4c1f
parent4b252f659e03d5226faa8c28d36d33ce4dccfb08
- Fixed missing _label attribute on Function object, others
when used in a select() with use_labels (such as when used
in an ORM column_property()).  [ticket:1302]
CHANGES
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/sql/expression.py
test/sql/functions.py
test/sql/select.py