diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-04-07 19:21:01 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-04-07 19:21:01 -0400 |
commit | 978755e851e505e2715e71efcb51b0904ded9f80 (patch) | |
tree | a5b6202c2f94bd98ce8c1d9f2e79f115b6ffadb8 /lib/sqlalchemy/dialects/mysql/enumerated.py | |
parent | 5150ef4ed166042b4a1f4a77b5a0af609b5fc660 (diff) | |
download | sqlalchemy-978755e851e505e2715e71efcb51b0904ded9f80.tar.gz |
Gracefully skip isolation level if no row returned
Fixed issue in MySQL dialect when connecting to a psuedo-MySQL database
such as that provided by ProxySQL, the up front check for isolation level
when it returns no row will not prevent the dialect from continuing to
connect. A warning is emitted that the isolation level could not be
detected.
Fixes: #5239
Change-Id: I4a240386a0d38bd90733819495ce50e37fe2234c
Diffstat (limited to 'lib/sqlalchemy/dialects/mysql/enumerated.py')
0 files changed, 0 insertions, 0 deletions