[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Added support for the case of the misbehaving DBA
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-05-15 16:39:43
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d178707ecaeb/ Changeset: d178707ecaeb Branch: None User: zzzeek Date: 2015-05-15 16:38:28+00:00 Summary: - Added support for the case of the misbehaving DBAPI that has pep-249 exception names linked to exception classes of an entirely different name, preventing SQLAlchemy's own exception wrapping from wrapping the error appropriately. The SQLAlchemy dialect in use needs to implement a new accessor :attr:`.DefaultDialect.dbapi_exception_translation_map` to support this feature; this is implemented now for the py-postgresql dialect. fixes #3421 Affected #: 9 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. |