You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to double check with the sqlalchemy guys.. The error that I recall that was failing to get trapped was a subclass of the appropriate "DB-API exception". Maybe a direct comparison was being performed instead of an issubclass.
Per-request from sqlalchemy, use a custom exception hierarchy for the .driver.dbapi20 module.
The text was updated successfully, but these errors were encountered: