]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed a long-standing bug in the caching example, where
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 19 Apr 2013 00:11:08 +0000 (20:11 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 19 Apr 2013 00:11:08 +0000 (20:11 -0400)
commitb6bf8c2a3001c38684ef806678dd187926e1910b
treed26137ca93535ec0402b236004e5daaef3519542
parent23c43e94b0d7c5d69595d63cc205f3c08fe78fa3
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
examples/dogpile_caching/caching_query.py