]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- re: #2967, also fixed a somewhat related issue where join rewriting would fail
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Feb 2014 00:12:40 +0000 (19:12 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Feb 2014 00:12:40 +0000 (19:12 -0500)
commit69d1d08dc3983b2bba3ed9acafc63a7486ef29c6
tree9a572eab6e88478a17593600b372f39b4866200b
parent25831872db7fe2a6eb07c3d50be2504b41d9d5e5
- re: #2967, also fixed a somewhat related issue where join rewriting would fail
on the columns clause of the SELECT statement if the targets were
aliased tables, as opposed to individual aliased columns.
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/compiler.py
test/sql/test_join_rewriting.py