[Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-07-29 18:18:12
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/83326bf44c59/ Changeset: 83326bf44c59 Branch: None User: zzzeek Date: 2014-07-29 20:06:43 Summary: - The exception wrapping system for DBAPI errors can now accommodate non-standard DBAPI exceptions, such as the psycopg2 TransactionRollbackError. These exceptions will now be raised using the closest available subclass in ``sqlalchemy.exc``, in the case of TransactionRollbackError, ``sqlalchemy.exc.OperationalError``. fixes #3075 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e5620993bf89/ Changeset: e5620993bf89 Branch: None User: zzzeek Date: 2014-07-29 20:17:29 Summary: pep8 cleanup Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8513fb588f7f/ Changeset: 8513fb588f7f Branch: None User: zzzeek Date: 2014-07-29 20:17:49 Summary: - The exception wrapping system for DBAPI errors can now accommodate non-standard DBAPI exceptions, such as the psycopg2 TransactionRollbackError. These exceptions will now be raised using the closest available subclass in ``sqlalchemy.exc``, in the case of TransactionRollbackError, ``sqlalchemy.exc.OperationalError``. fixes #3075 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2436802e4790/ Changeset: 2436802e4790 Branch: rel_0_9 User: zzzeek Date: 2014-07-29 20:17:55 Summary: pep8 cleanup Affected #: 1 file 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. |