Files
sqlalchemy/test/base
Federico Caselli 2f4abe24d2 Ensure all SQLAlchemy exception can be properly pickled
Implemented proper ``__reduce__()`` methods for all SQLAlchemy exception
objects to ensure they all support clean round trips when pickling, as
exception objects are often serialized for the purposes of various
debugging tools.

Fixes  #7077
Closes: #7078
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/7078
Pull-request-sha: 8ba69f2653

Change-Id: Id62f8d351cd9180c441ffa9201efcf5f1876bf83
2021-10-01 17:22:57 -04:00
..
2020-09-28 15:17:26 -04:00