]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] column.label(None) now produces an
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Apr 2012 17:04:38 +0000 (13:04 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Apr 2012 17:04:38 +0000 (13:04 -0400)
commit503bddc879e12256fe8d94b39e675e44421f66a7
tree88536f796a3e67fe168d83d296e60bdbea249586
parent71c00115747d2fb13423b0b18e728b402f117528
- [bug] column.label(None) now produces an
anonymous label, instead of returning the
column object itself, consistent with the behavior
of label(column, None).  [ticket:2168]
CHANGES
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/sql/expression.py
test/orm/test_query.py
test/sql/test_selectable.py