]> 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:53:05 +0000 (15:53 -0400)
commit034912c1d869bece2981ab5999b551f54b934b3d
treeb95e86ad2305f0a431291a821a94aef216cada87
parent7b5d45988af861240fa718abd4067fafe84d50d2
- 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