[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-03-27 15:35:34
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/08f42a915a40/ Changeset: 08f42a915a40 Branch: None User: zzzeek Date: 2017-03-27 15:15:41+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 (cherry picked from commit c0a224aba3d4e2a41f92a29f9d18c6cb9d09d61f) Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c531deda1042/ Changeset: c531deda1042 Branch: rel_1_1 User: zzzeek Date: 2017-03-27 15:34:55+00:00 Summary: Merge "Add safe_reraise() + warnings only to Connection._autorollback" into rel_1_1 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. |