]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
adjust verbiage
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Apr 2023 21:22:44 +0000 (17:22 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Apr 2023 21:22:44 +0000 (17:22 -0400)
Change-Id: Icc8f201d63e4cc2e7df2f42acb28a6dc84a58342

doc/build/changelog/unreleased_14/9728.rst

index a8bced33bcd67b28f6c0e871048ef3732f1eb440..c5908dbad611ad399bc8250d9bf3774c456c2ab2 100644 (file)
@@ -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.