]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Added __reduce__ to StatementError,
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Jan 2012 16:15:11 +0000 (11:15 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Jan 2012 16:15:11 +0000 (11:15 -0500)
commitd78d2d60aa30b0b6c3c230ddf3cafda2529e6409
tree860e40ae961ba38a8a4130738d562488b5a67d0e
parent88ac77bc56931c7d43756e2e2c6c537375d1b57b
- [bug] Added __reduce__ to StatementError,
DBAPIError so that exceptions are pickleable,
as when using multiprocessing.  However, not
all DBAPIs support this yet, such as
psycopg2. [ticket:2371]
CHANGES
lib/sqlalchemy/exc.py
test/engine/test_execute.py