]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] The names of the columns on the
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Apr 2012 15:24:23 +0000 (11:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Apr 2012 15:24:23 +0000 (11:24 -0400)
commit9b73e997b2325018555268e1f1069e88e80fdb85
tree6cd512b1a8395f8dd9edb5915323603ef108db70
parent3d4c6f68167d33b28e0c3b12032058ad0d807d58
- [bug] The names of the columns on the
.c. attribute of a select().apply_labels()
is now based on <tablename>_<colkey> instead
of <tablename>_<colname>, for those columns
that have a distinctly named .key.
[ticket:2397]
CHANGES
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/expression.py
test/sql/test_compiler.py
test/sql/test_query.py
test/sql/test_selectable.py