]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- identify another spot where _handle_dbapi_error() needs to do something
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 8 Dec 2014 20:15:02 +0000 (15:15 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 8 Dec 2014 20:15:02 +0000 (15:15 -0500)
commit06738f665ea936246a3813ad7de01e98ff8d519a
tree9f5a09e0d723f477d436636aa31212ecc1a99d8f
parentb7cf11b163dd7d15f56634a41dcceb880821ecf3
- identify another spot where _handle_dbapi_error() needs to do something
differently for the case where it is called in an already-invalidated state;
don't call upon self.connection
lib/sqlalchemy/engine/base.py
test/engine/test_parseconnect.py