summaryrefslogtreecommitdiff
path: root/doc/build
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2021-08-18 04:56:41 +0000
committerGerrit Code Review <gerrit@ci3.zzzcomputing.com>2021-08-18 04:56:41 +0000
commitf454499c5dd1449eed3b59a7eca54744bcfe9f3d (patch)
treefd5a4799cb5f4003d6b3d528a5db32aa1cf17319 /doc/build
parent343b3de0bfb35f4cfb37b445afa0af068ff1f781 (diff)
parenta7899c44ba15076df8869f5b40d720ccf09d5273 (diff)
downloadsqlalchemy-f454499c5dd1449eed3b59a7eca54744bcfe9f3d.tar.gz
Merge "rewrite _extra_criteria in selectinload; propagate correctly to Load"
Diffstat (limited to 'doc/build')
-rw-r--r--doc/build/changelog/unreleased_14/6881.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_14/6881.rst b/doc/build/changelog/unreleased_14/6881.rst
new file mode 100644
index 000000000..aab17e396
--- /dev/null
+++ b/doc/build/changelog/unreleased_14/6881.rst
@@ -0,0 +1,9 @@
+.. change::
+ :tags: bug, orm
+ :tickets: 6881
+
+ Fixed issue in :func:`_orm.selectinload` where use of the new
+ :meth:`_orm.PropComparator.and_` feature within options that were nested
+ more than one level deep would fail to update bound parameter values that
+ were in the nested criteria, as a side effect of SQL statement caching.
+