]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- move inner calls to _revalidate_connection() outside of existing
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Dec 2014 21:34:43 +0000 (16:34 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Dec 2014 21:34:43 +0000 (16:34 -0500)
commit0639c199a547343d62134d2f233225fd2862ec45
tree8280164279baa094c60beeb1b833483bba1b8bbd
parent0ce045bd853ec078943c14fc93b87897d2169882
- move inner calls to _revalidate_connection() outside of existing
_handle_dbapi_error(); these are now handled already and the reentrant
call is not needed / breaks things.  Adjustment to 41e7253dee168b8c26c49 /
lib/sqlalchemy/engine/base.py
test/engine/test_parseconnect.py