[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
|
From: Bitbucket <com...@bi...> - 2014-06-27 19:53:32
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3ea154fbf5db/ Changeset: 3ea154fbf5db Branch: None User: zzzeek Date: 2014-06-27 21:52:40 Summary: - 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 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9b86d7ce70b0/ Changeset: 9b86d7ce70b0 Branch: rel_0_9 User: zzzeek Date: 2014-06-27 21:53:00 Summary: - 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 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/034912c1d869/ Changeset: 034912c1d869 Branch: rel_0_8 User: zzzeek Date: 2014-06-27 21:53:05 Summary: - 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 Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |