]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed a regression introduced by the join rewriting feature of
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 1 Nov 2013 19:24:43 +0000 (15:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 1 Nov 2013 19:24:43 +0000 (15:24 -0400)
commit5d0e84434f116460d64d3078f650d9c89004f2a9
tree5c4b2c11fcbd57233cdf91997993082c969a133c
parent931be6126718bbfc9a0bcf9ad92b535fb4273a0b
- Fixed a regression introduced by the join rewriting feature of
:ticket:`2369` and :ticket:`2587` where a nested join with one side
already an aliased select would fail to translate the ON clause on the
outside correctly; in the ORM this could be seen when using a
SELECT statement as a "secondary" table. [ticket:2858]
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/compiler.py
test/sql/test_join_rewriting.py