]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed a small bug in the dogpile example where the generation
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 28 May 2013 05:22:10 +0000 (01:22 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 28 May 2013 05:22:10 +0000 (01:22 -0400)
commit94096593ca92e105b8f716ff89b78856595d95c8
tree62ab8e0b270acf342e2a69729f72826c4d30ac37
parente2b8c893ca98bb0141405a7d7d40c4024d5bdf41
Fixed a small bug in the dogpile example where the generation
of SQL cache keys wasn't applying deduping labels to the
statement the same way :class:`.Query` normally does.
doc/build/changelog/changelog_08.rst
examples/dogpile_caching/caching_query.py