]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [feature] Added new connection event
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Apr 2012 23:38:22 +0000 (19:38 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Apr 2012 23:38:22 +0000 (19:38 -0400)
commit5280f26d45f6d79013d2da3bd5e0fe4a88117b20
treeb58a4623060d7caf0ac509d0655fe1a09661e44c
parent3269b73ff7a12303aadcaed0246d401ec649fa94
- [feature] Added new connection event
dbapi_error(). Is called for all DBAPI-level
errors passing the original DBAPI exception
before SQLAlchemy modifies the state
of the cursor.
CHANGES
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/events.py
test/engine/test_execute.py