summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-05-28 01:22:10 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-05-28 01:22:10 -0400
commit94096593ca92e105b8f716ff89b78856595d95c8 (patch)
tree62ab8e0b270acf342e2a69729f72826c4d30ac37 /doc
parente2b8c893ca98bb0141405a7d7d40c4024d5bdf41 (diff)
downloadsqlalchemy-94096593ca92e105b8f716ff89b78856595d95c8.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_08.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst
index fbc79b108..bec8a3f05 100644
--- a/doc/build/changelog/changelog_08.rst
+++ b/doc/build/changelog/changelog_08.rst
@@ -7,6 +7,13 @@
:version: 0.8.2
.. change::
+ :tags: bug, examples
+
+ 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.
+
+ .. change::
:tags: bug, engine, sybase
:tickets: 2732