]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The engine-level error handling and wrapping routines will now
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Dec 2014 17:12:44 +0000 (12:12 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Dec 2014 17:12:44 +0000 (12:12 -0500)
commit41e7253dee168b8c26c4993d27aac11f98c7f9e3
tree0c97662e5636b64de7d1c15781dd2b291c162f78
parent6e53e866dea4eba630128e856573ca1076b91611
- The engine-level error handling and wrapping routines will now
take effect in all engine connection use cases, including
when user-custom connect routines are used via the
:paramref:`.create_engine.creator` parameter, as well as when
the :class:`.Connection` encounters a connection error on
revalidation.
fixes #3266
doc/build/changelog/changelog_10.rst
doc/build/changelog/migration_10.rst
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/interfaces.py
lib/sqlalchemy/engine/strategies.py
lib/sqlalchemy/engine/threadlocal.py
lib/sqlalchemy/events.py
test/engine/test_parseconnect.py