From b6bf8c2a3001c38684ef806678dd187926e1910b Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 18 Apr 2013 20:11:08 -0400 Subject: Fixed a long-standing bug in the caching example, where the limit/offset parameter values wouldn't be taken into account when computing the cache key. The _key_from_query() function has been simplified to work directly from the final compiled statement in order to get at both the full statement as well as the fully processed parameter list. --- doc/build/changelog/changelog_08.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc') diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 25a8d4c19..0cf5e1f13 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -6,6 +6,17 @@ .. changelog:: :version: 0.8.1 + .. change:: + :tags: bug, examples + + Fixed a long-standing bug in the caching example, where + the limit/offset parameter values wouldn't be taken into + account when computing the cache key. The + _key_from_query() function has been simplified to work + directly from the final compiled statement in order to get + at both the full statement as well as the fully processed + parameter list. + .. change:: :tags: bug, mssql :tickets: 2355 -- cgit v1.2.1