diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-06-27 15:52:40 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-06-27 15:52:40 -0400 |
| commit | 3ea154fbf5dbda642141a5867afac6b0fc97e3cb (patch) | |
| tree | ee53815f0a6cd592f524641c15a1cc3bf2d232d5 /doc | |
| parent | f2cf62090c4f9812bf4a57a9f68172b1b2eafd6c (diff) | |
| download | sqlalchemy-3ea154fbf5dbda642141a5867afac6b0fc97e3cb.tar.gz | |
- MySQL error 2014 "commands out of sync" appears to be raised as a
ProgrammingError, not OperationalError, in modern MySQL-Python versions;
all MySQL error codes that are tested for "is disconnect" are now
checked within OperationalError and ProgrammingError regardless.
fixes #3101
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 7c232eb79..f4044d390 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -14,6 +14,16 @@ .. change:: :tags: bug, mysql :versions: 1.0.0, 0.9.5 + :tickets: 3101 + + MySQL error 2014 "commands out of sync" appears to be raised as a + ProgrammingError, not OperationalError, in modern MySQL-Python versions; + all MySQL error codes that are tested for "is disconnect" are now + checked within OperationalError and ProgrammingError regardless. + + .. change:: + :tags: bug, mysql + :versions: 1.0.0, 0.9.5 :tickets: 3085 Fixed bug where column names added to ``mysql_length`` parameter |
