]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- MySQL detects errors 2006 (server has gone away) and 2014
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Dec 2006 03:27:09 +0000 (03:27 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Dec 2006 03:27:09 +0000 (03:27 +0000)
commitc6538b6b3400cbfa939d4e3e8d0f0530e0530e9d
treee9d9713d8b437a425ea0bed1ccc33c2b62cff0e5
parent21d4e2a96eb8f505e8d2c942204917477c4323d3
- MySQL detects errors 2006 (server has gone away) and 2014
(commands out of sync) and invalidates the connection on which it occured.
CHANGES
lib/sqlalchemy/databases/mysql.py
lib/sqlalchemy/pool.py