]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in query.join() which would occur
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 6 Aug 2011 18:23:07 +0000 (14:23 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 6 Aug 2011 18:23:07 +0000 (14:23 -0400)
commitb9a4eacfa3675f2eb9a141499d83cf532c263e01
tree170d1f9d8472a9abb5d30fd1bf752c4f14ad2d94
parentc13dee04139837bdd6ff5ff70ebeca09692ee384
  - Fixed bug in query.join() which would occur
    in a complex multiple-overlapping path scenario,
    where the same table could be joined to
    twice.  Thanks *much* to Dave Vitek
    for the excellent fix here.  [ticket:2247]
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/test_joins.py