]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Patched a case where query.join() would adapt the
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Sep 2010 14:11:10 +0000 (10:11 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Sep 2010 14:11:10 +0000 (10:11 -0400)
commitc9125a9efd1beb0f5406568ef05eaeb2b544c00a
treec44f19f8d6fe541db09d9b567b474516ccb1d95f
parent634d54742523883316bd7768c8d2918e8410aa62
- Patched a case where query.join() would adapt the
right side to the right side of the left's join
inappropriately [ticket:1925]
CHANGES
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/sql/util.py
test/orm/test_query.py