]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added new attributes :attr:`.ExecutionContext.exception` and
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Jul 2014 01:49:10 +0000 (21:49 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 Jul 2014 01:49:10 +0000 (21:49 -0400)
commitdbd77e826b84fd8d5b7a31754a95e6bdc0dd0fa4
tree5c74bf66742cca44178324c99c347b1caf1af962
parentf0c318b069c180e094a4f3b53586a6aa53ee912e
- Added new attributes :attr:`.ExecutionContext.exception` and
:attr:`.ExecutionContext.is_disconnect` which are meaningful within
the :meth:`.ConnectionEvents.dbapi_error` handler to see both the
original DBAPI error as well as whether or not it represents
a disconnect.
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/interfaces.py