From 3b9577dd24b390f4c9e378c9e6401d75e2a62ab6 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Tue, 19 Nov 2024 19:30:13 +0100 Subject: [PATCH] fix sphinx warning Change-Id: Ice428d026fe63e0e48bc544c96014e6c461b9717 --- doc/build/changelog/unreleased_21/11515.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.47.3