]> 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:00 +0000 (15:53 -0400)
commit9b86d7ce70b03b7a5d777813e5f5b916e0175bff
tree1598c028b8181a120f2e4f3c58a2550addd3617c
parent3494c525eca49d3f7985489009d3b71e06130925
- 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