diff options
author | Gord Thompson <gord@gordthompson.com> | 2021-10-09 16:44:57 -0600 |
---|---|---|
committer | mike bayer <mike_mp@zzzcomputing.com> | 2021-10-12 20:23:11 +0000 |
commit | 28c54e028d0adde2383a90209d75fb100315fc50 (patch) | |
tree | 6b2d5185128a9cc385a4d3a4c313a8463f6d060f /lib/sqlalchemy/dialects/postgresql/asyncpg.py | |
parent | de9db9940fbcf32ccd93169d2ed6aa874869b84d (diff) | |
download | sqlalchemy-28c54e028d0adde2383a90209d75fb100315fc50.tar.gz |
Fix has_table() false negative for #temp tables
Fixed issue with :meth:`.Inspector.has_table` where it would return False
if a local temp table with the same name from a different session happened
to be returned first when querying tempdb. This is a continuation of
:ticket:`6910` which accounted for the temp table existing only in the
alternate session and not the current one.
Fixes: #7168
Change-Id: I19dbb71a63184c6d41822b0e882b7b284ac83786
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/asyncpg.py')
0 files changed, 0 insertions, 0 deletions