diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-11-25 15:29:04 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-11-25 15:29:04 -0500 |
| commit | 1202e140b9876cf202c56d2f41bbbb573e15a39d (patch) | |
| tree | 00d70e89dedbdbf109343e0c667f71c8388c7c94 /doc | |
| parent | 2a2be6a2ce66ed1040c0345a20f959cbea218859 (diff) | |
| download | sqlalchemy-1202e140b9876cf202c56d2f41bbbb573e15a39d.tar.gz | |
- Fixed bug which is actually a regression that occurred between
versions 0.8.0 and 0.8.1, due :ticket:`2714`. The case where
joined eager loading needs to join out over a subclass-bound
relationship when "with_polymorphic" were also used would fail
to join from the correct entity.
fixes #3593
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_10.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 7efa3939f..b2cfacbfa 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -21,6 +21,17 @@ .. change:: :tags: bug, orm :versions: 1.1.0b1 + :tickets: 3593 + + Fixed bug which is actually a regression that occurred between + versions 0.8.0 and 0.8.1, due :ticket:`2714`. The case where + joined eager loading needs to join out over a subclass-bound + relationship when "with_polymorphic" were also used would fail + to join from the correct entity. + + .. change:: + :tags: bug, orm + :versions: 1.1.0b1 :tickets: 3592 Fixed joinedload bug which would occur when a. the query includes |
