summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-04-18 12:01:16 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-04-18 12:01:16 -0400
commit1b9c1a2ecf549c54dbf0414fdf4ea197d4ba6dbd (patch)
tree553b86f678a1d4792d4985846d19c9cdf8fc198c /doc
parent6d93918b9b68202fdcb1f76f865efd5cde154963 (diff)
downloadsqlalchemy-1b9c1a2ecf549c54dbf0414fdf4ea197d4ba6dbd.tar.gz
- test + changelog for [ticket:2691]
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_08.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst
index a23d05fe7..224690cc2 100644
--- a/doc/build/changelog/changelog_08.rst
+++ b/doc/build/changelog/changelog_08.rst
@@ -8,6 +8,15 @@
.. change::
:tags: bug, sql
+ :tickets: 2691
+
+ Fixed bug where disconnect detect on error would
+ raise an attribute error if the error were being
+ raised after the Connection object had already
+ been closed.
+
+ .. change::
+ :tags: bug, sql
:tickets: 2703
Reworked internal exception raises that emit