]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Improvements to joined/subquery eager
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Aug 2012 15:36:57 +0000 (11:36 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Aug 2012 15:36:57 +0000 (11:36 -0400)
commit63e2a0f8eba8c2a3b522abb86d17edb6c7bc94ee
tree68208a28238272d38db5758105cd853a014e5e0c
parentb5c310c27928cbb1922ee34a978b8ac724c4cc42
  - [bug] Improvements to joined/subquery eager
    loading dealing with chains of subclass entities
    sharing a common base, with no specific "join depth"
    provided.  Will chain out to
    each subclass mapper individually before detecting
    a "cycle", rather than considering the base class
    to be the source of the "cycle".  [ticket:2481]
CHANGES
lib/sqlalchemy/orm/util.py
test/lib/fixtures.py
test/orm/test_eager_relations.py
test/orm/test_subquery_relations.py