]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- backported 0.5's contains_eager() behavior such that rendering of eager clauses...
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 8 May 2008 00:19:06 +0000 (00:19 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 8 May 2008 00:19:06 +0000 (00:19 +0000)
commita5290b0d0f34bcfca38f096e4f9a7f852b973c83
tree8bba2ac9623f80a3481d9d8c8776e08a91728e76
parent30f55a50165e56d79dfc5f720616d4d9cc400b33
- backported 0.5's contains_eager() behavior such that rendering of eager clauses are disabled.  workaround here is compatible with 0.5 but not compatible with the little-known "decorator" argument to contains_eager() (which was also removed in 0.5).  Doesn't remove any existing 0.4 functionality.
CHANGES
lib/sqlalchemy/orm/strategies.py
test/orm/query.py