From: Federico Caselli Date: Tue, 19 Nov 2024 18:30:13 +0000 (+0100) Subject: fix sphinx warning X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b9577dd24b390f4c9e378c9e6401d75e2a62ab6;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix sphinx warning Change-Id: Ice428d026fe63e0e48bc544c96014e6c461b9717 --- diff --git a/doc/build/changelog/unreleased_21/11515.rst b/doc/build/changelog/unreleased_21/11515.rst index 507ab3f814..8d551a078d 100644 --- a/doc/build/changelog/unreleased_21/11515.rst +++ b/doc/build/changelog/unreleased_21/11515.rst @@ -2,8 +2,9 @@ :tags: bug, sql :tickets: 11515 - Enhanced the caching structure of the :paramref:`.over.rows` and - :paramref:`.over.range` so that different numerical values for the rows / + Enhanced the caching structure of the :paramref:`_expression.over.rows` + and :paramref:`_expression.over.range` so that different numerical + values for the rows / range fields are cached on the same cache key, to the extent that the underlying SQL does not actually change (i.e. "unbounded", "current row", negative/positive status will still change the cache key). This prevents