]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in Query whereby calling q.join(prop).from_self(...).
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 22 Mar 2010 17:16:21 +0000 (13:16 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 22 Mar 2010 17:16:21 +0000 (13:16 -0400)
commit4475506371342b6e61d8dc236ec1ba9d7877e9e5
treee348eb4aa06528b54bce78d4a29b2e6ffde4416c
parente42aa19cf3293f959274d0972f9abd547783db78
- Fixed bug in Query whereby calling q.join(prop).from_self(...).
join(prop) would fail to render the second join outside the
subquery, when joining on the same criterion as was on the
inside.
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/test_query.py