From: Mike Bayer Date: Sat, 20 Jul 2024 03:05:43 +0000 (-0400) Subject: add missing changelog for #11544 X-Git-Tag: rel_1_4_53~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94b174d2216e008ee3da4ee78e001eae9ee71186;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add missing changelog for #11544 Fixes: #11544 Change-Id: Ibf57f6ee0fee105672b03c2bf6690cad6bb0932d (cherry picked from commit 800932af467109f06c0196c42ae86272a5d7f96a) --- diff --git a/doc/build/changelog/unreleased_14/11544.rst b/doc/build/changelog/unreleased_14/11544.rst new file mode 100644 index 0000000000..82639e54e8 --- /dev/null +++ b/doc/build/changelog/unreleased_14/11544.rst @@ -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.