]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add missing changelog for #11544
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 20 Jul 2024 03:05:43 +0000 (23:05 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 20 Jul 2024 03:06:19 +0000 (23:06 -0400)
Fixes: #11544
Change-Id: Ibf57f6ee0fee105672b03c2bf6690cad6bb0932d
(cherry picked from commit 800932af467109f06c0196c42ae86272a5d7f96a)

doc/build/changelog/unreleased_14/11544.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_14/11544.rst b/doc/build/changelog/unreleased_14/11544.rst
new file mode 100644 (file)
index 0000000..82639e5
--- /dev/null
@@ -0,0 +1,9 @@
+.. change::
+    :tags: bug, sql
+    :tickets: 11544
+
+    Fixed caching issue where the
+    :paramref:`_sql.Select.with_for_update.key_share` element of
+    :meth:`_sql.Select.with_for_update` was not considered as part of the cache
+    key, leading to incorrect caching if different variations of this parameter
+    were used with an otherwise identical statement.