]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where query.join() + aliased=True
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Jul 2011 16:12:32 +0000 (12:12 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Jul 2011 16:12:32 +0000 (12:12 -0400)
commitde0e2724c5a85586e98f524bba85b69e3ae6a21e
treef79df2135ac6a4734e35cd296670730f6c9db62f
parenta45da117889edba7ec0906d3af3fff7d83e5373a
- Fixed bug where query.join() + aliased=True
from a joined-inh structure to itself on
relationship() with join condition on the child
table would convert the lead entity into the
joined one inappropriately.  [ticket:2234]
Also in 0.6.9.
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/inheritance/test_query.py