]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in new "label resolution" feature of :ticket:`2992` where
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 23 Mar 2015 16:33:48 +0000 (12:33 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 23 Mar 2015 16:33:48 +0000 (12:33 -0400)
commit04545727d4117db51786189e591b1777bde1a40b
tree16aa1a338c6529096db92d0d1efec1f057a28088
parentdb853306c40437a8ad3dc9f510865820a941c3b5
- Fixed bug in new "label resolution" feature of :ticket:`2992` where
a label that was anonymous, then labeled again with a name, would
fail to be locatable via a textual label.  This situation occurs
naturally when a mapped :func:`.column_property` is given an
explicit label in a query.
fixes #3340
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/elements.py
test/sql/test_text.py