]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- attempt to replace the whole idea of "join_to_left" with a more
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 24 Apr 2013 22:58:09 +0000 (18:58 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 24 Apr 2013 22:58:09 +0000 (18:58 -0400)
commit637232709770de034caf67c9ece6121c83c43681
tree0945fdf7d21eb15f8210a9d4345348c8c0b69c2e
parentc3c9a3f701921875710a727362a57a0b50bf1a53
- attempt to replace the whole idea of "join_to_left" with a more
fundamental and general purpose heuristic.   this initial approach
has about 60 tests failing but seems to have gone pretty far
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/util.py
test/orm/test_joins.py