[Sqlalchemy-tickets] Issue #3421: SQLAlchemy does not catch postgresql.exceptions.UniqueError (zzze
Brought to you by:
zzzeek
|
From: Andras T. <iss...@bi...> - 2015-05-15 07:36:29
|
New issue 3421: SQLAlchemy does not catch postgresql.exceptions.UniqueError https://bitbucket.org/zzzeek/sqlalchemy/issue/3421/sqlalchemy-does-not-catch Andras Tim: SQLAlchemy does not catch **postgresql.exceptions.UniqueError**. In normal case SQLAlchemy catches all exceptions and make standardized exceptions. This exception should be an **sqlalchemy.exc.IntegrityError**. |