[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-05-30 20:25:40
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/814637e29195/ Changeset: 814637e29195 Branch: None User: zzzeek Date: 2014-05-30 22:24:38 Summary: - vastly improve the "safe close cursor" tests in test_reconnect - Fixed bug which would occur if a DBAPI exception occurs when the engine first connects and does its initial checks, and the exception is not a disconnect exception, yet the cursor raises an error when we try to close it. In this case the real exception would be quashed as we tried to log the cursor close exception via the connection pool and failed, as we were trying to access the pool's logger in a way that is inappropriate in this very specific scenario. fixes #3063 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/758dc17f4fd0/ Changeset: 758dc17f4fd0 Branch: rel_0_9 User: zzzeek Date: 2014-05-30 22:25:23 Summary: - vastly improve the "safe close cursor" tests in test_reconnect - Fixed bug which would occur if a DBAPI exception occurs when the engine first connects and does its initial checks, and the exception is not a disconnect exception, yet the cursor raises an error when we try to close it. In this case the real exception would be quashed as we tried to log the cursor close exception via the connection pool and failed, as we were trying to access the pool's logger in a way that is inappropriate in this very specific scenario. fixes #3063 Affected #: 4 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. |