diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-04-29 19:49:28 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-04-29 19:49:28 -0400 |
| commit | eb431e4aa5a0dbf3af73497289aade857cf70233 (patch) | |
| tree | 48d6d9304b92de2e7558c12da356cb0ceb0ea455 /doc | |
| parent | 2cea98dfc511abd569adff2deba3e6d0d0760f3e (diff) | |
| download | sqlalchemy-eb431e4aa5a0dbf3af73497289aade857cf70233.tar.gz | |
Updated mysqlconnector dialect to check for disconnect based
on the apparent string message sent in the exception; tested
against mysqlconnector 1.0.9.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_08.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 3fda776f2..ed9539891 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -4,6 +4,16 @@ ============== .. changelog:: + :version: 0.8.2 + + .. change:: + :tags: bug, mysql + + Updated mysqlconnector dialect to check for disconnect based + on the apparent string message sent in the exception; tested + against mysqlconnector 1.0.9. + +.. changelog:: :version: 0.8.1 :released: April 27, 2013 |
