summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2016-10-04 14:41:43 -0400
committerGerrit Code Review <gerrit2@ln3.zzzcomputing.com>2016-10-04 14:41:43 -0400
commitaadbb5a1d1e029aba39b7d17071f2fa240933a88 (patch)
treee1ac8848ffe7d83ecc010df399f35d830b4e6404 /doc
parentab8944b1bf4162c9fb5deabd78400a70c12d4aa7 (diff)
parentc3abfe50645abdb27e41639701a68d2e6eaeff2c (diff)
downloadsqlalchemy-aadbb5a1d1e029aba39b7d17071f2fa240933a88.tar.gz
Merge "Honor additional row coming in with value of None"
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_11.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst
index ece3ef63f..c8731601c 100644
--- a/doc/build/changelog/changelog_11.rst
+++ b/doc/build/changelog/changelog_11.rst
@@ -23,6 +23,18 @@
.. change::
:tags: bug, orm
+ :tickets: 3811
+
+ Made an adjustment to the bug fix first introduced in [ticket:3431]
+ that involves an object appearing in multiple contexts in a single
+ result set, such that an eager loader that would set the related
+ object value to be None will still fire off, thus satisfying the
+ load of that attribute. Previously, the adjustment only honored
+ a non-None value arriving for an eagerly loaded attribute in a
+ secondary row.
+
+ .. change::
+ :tags: bug, orm
:tickets: 3808
Fixed bug in new :meth:`.SessionEvents.persistent_to_deleted` event