]> 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:37 +0000 (21:49 -0400)
commitc60eb86a91eac57e556c07ee2a34870c065a9830
treeb43730bb9a2e793d88063fdbb5cb8c86eb863491
parente0a9b94abb92c6b62d6a6f70dec680d7ca35eed6
- 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