diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-12-16 19:17:41 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-12-16 19:17:41 -0500 |
| commit | 84f1d3417978197c695850b3711ea4b7e2582be8 (patch) | |
| tree | a05d96f2198fb4b9fba2b3d7e888002f1d47218b /doc | |
| parent | 98c23acee6a81e55445c269193411d99f4b8c36a (diff) | |
| download | sqlalchemy-84f1d3417978197c695850b3711ea4b7e2582be8.tar.gz | |
- An adjustment to the :func:`.subqueryload` strategy which ensures that
the query runs after the loading process has begun; this is so that
the subqueryload takes precedence over other loaders that may be
hitting the same attribute due to other eager/noload situations
at the wrong time. [ticket:2887]
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_08.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 70999ed6a..f137aebb7 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -14,6 +14,17 @@ .. change:: :tags: bug, orm :versions: 0.9.0b2 + :tickets: 2887 + + An adjustment to the :func:`.subqueryload` strategy which ensures that + the query runs after the loading process has begun; this is so that + the subqueryload takes precedence over other loaders that may be + hitting the same attribute due to other eager/noload situations + at the wrong time. + + .. change:: + :tags: bug, orm + :versions: 0.9.0b2 :tickets: 2885 Fixed bug when using joined table inheritance from a table to a |
