]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug whereby the ".key" of a Column wasn't being
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 31 Oct 2012 18:30:47 +0000 (14:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 31 Oct 2012 18:30:47 +0000 (14:30 -0400)
commitd30ab8495c9e16f7cf599da02ac8e333cc620b54
tree1f6cee48de9a8babcdcb6cd5e49ffc5d597a06d8
parentf0a9d39634d214672ab5171c7b8178abf2cbea94
Fixed bug whereby the ".key" of a Column wasn't being
used when producing a "proxy" of the column against
a selectable.   This probably didn't occur in 0.7
since 0.7 doesn't respect the ".key" in a wider
range of scenarios. [ticket:2597]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/__init__.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/expression.py
test/sql/test_selectable.py