]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- MySQL error 2014 "commands out of sync" appears to be raised as a
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 27 Jun 2014 19:52:40 +0000 (15:52 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 27 Jun 2014 19:52:40 +0000 (15:52 -0400)
commit3ea154fbf5dbda642141a5867afac6b0fc97e3cb
treeee53815f0a6cd592f524641c15a1cc3bf2d232d5
parentf2cf62090c4f9812bf4a57a9f68172b1b2eafd6c
- 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
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/dialects/mysql/base.py