]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- More issues with [ticket:2932] first resolved in 0.9.2 where
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Feb 2014 00:25:13 +0000 (19:25 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 6 Feb 2014 00:25:13 +0000 (19:25 -0500)
commit5c188f6c1ce85eaace27f052bfd1a14f74f6a659
tree0f703326bc1ee1e73d2e175b0877ba07592eb27a
parentc5dccd82dabffa1b01d1e2852c96684b559528c2
- More issues with [ticket:2932] first resolved in 0.9.2 where
using a column key of the form ``<tablename>_<columnname>``
matching that of an aliased column in the text would still not
match at the ORM level, which is ultimately due to a core
column-matching issue.  Additional rules have been added so that the
column ``_label`` is taken into account when working with a
:class:`.TextAsFrom` construct or with literal columns.
[ticket:2932]
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/elements.py
test/sql/test_query.py