diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-03-05 15:37:00 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-02-26 12:04:11 -0500 |
commit | f78db5e1f68d6b2fb6a7acc04036f682d9a22974 (patch) | |
tree | 199611705f8944f28ef985ed2011ba0577ba671e /lib/sqlalchemy/sql/schema.py | |
parent | e15c53716b9f59c7c666c77d1e8b8d82538036a3 (diff) | |
download | sqlalchemy-f78db5e1f68d6b2fb6a7acc04036f682d9a22974.tar.gz |
Don't call pre_ping for fresh connection
The pool "pre-ping" feature has been refined to not invoke for a DBAPI
connection that was just opened in the same checkout operation. pre ping
only applies to a DBAPI connection that's been checked into the pool
and is being checked out again.
Fixes: #4524
Change-Id: Ibe3dfb709dbdc24aa94e96513cfbea456c33b895
Diffstat (limited to 'lib/sqlalchemy/sql/schema.py')
0 files changed, 0 insertions, 0 deletions