summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2023-04-30 17:22:44 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2023-04-30 17:22:44 -0400
commit623044bb54a58eaa25ed239b7646396548f4b1e7 (patch)
tree44aed0f9a52261ecdd37b2e918f356ce9894193e
parentc04c8a169152f4065c8159e3c3ab676b2a0cc848 (diff)
downloadsqlalchemy-623044bb54a58eaa25ed239b7646396548f4b1e7.tar.gz
adjust verbiage
Change-Id: Icc8f201d63e4cc2e7df2f42acb28a6dc84a58342
-rw-r--r--doc/build/changelog/unreleased_14/9728.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/build/changelog/unreleased_14/9728.rst b/doc/build/changelog/unreleased_14/9728.rst
index a8bced33b..c5908dbad 100644
--- a/doc/build/changelog/unreleased_14/9728.rst
+++ b/doc/build/changelog/unreleased_14/9728.rst
@@ -3,8 +3,8 @@
:tickets: 9728
:versions: 2.0.12
- Fixed critical caching issue where combination of :func:`_orm.aliased()`
- :func:`_sql.case` and :func:`_hybrid.hybrid_property` expressions would
- cause a cache key mismatch, leading to cache keys that held onto the actual
- :func:`_orm.aliased` object while also not matching each other, filling up
- the cache.
+ Fixed critical caching issue where the combination of
+ :func:`_orm.aliased()` and :func:`_hybrid.hybrid_property` expression
+ compositions would cause a cache key mismatch, leading to cache keys that
+ held onto the actual :func:`_orm.aliased` object while also not matching
+ that of equivalent constructs, filling up the cache.