[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-03-27 16:29:12
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c0a224aba3d4/ Changeset: c0a224aba3d4 Branch: None User: zzzeek Date: 2017-03-27 15:14:24+00:00 Summary: Add safe_reraise() + warnings only to Connection._autorollback Added an exception handler that will warn for the "cause" exception on Py2K when the "autorollback" feature of :class:`.Connection` itself raises an exception. In Py3K, the two exceptions are naturally reported by the interpreter as one occurring during the handling of the other. This is continuing with the series of changes for rollback failure handling that were last visited as part of :ticket:`2696` in 1.0.12. Change-Id: I600ba455a14ebaea27c6189889181f97c632f179 Fixes: #3946 Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6eae79ac55ea/ Changeset: 6eae79ac55ea Branch: master User: zzzeek Date: 2017-03-27 16:27:56+00:00 Summary: Merge "Add safe_reraise() + warnings only to Connection._autorollback" Affected #: 6 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. |