]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fix a regression caused by #2587, where query.join() would apply an
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Jun 2013 20:43:01 +0000 (16:43 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Jun 2013 20:43:01 +0000 (16:43 -0400)
commitfc348366f76bdb3072c69ad8e03f305de38d486c
tree1f05d7557819fa35006ca51c1a5a1ec47d861542
parent3e52710a79857bf9249d71eaf9af0f6ed5edc76a
- fix a regression caused by #2587, where query.join() would apply an
adapter to an aliased-mapped, non-polymorphic selectable that prevented us from referring
directly to that selectable.
lib/sqlalchemy/orm/query.py
test/orm/test_joins.py
test/orm/test_relationships.py