]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix pre-ping regression in old PyMySQL versions.
authorFederico Caselli <cfederico87@gmail.com>
Wed, 22 Nov 2023 21:04:03 +0000 (22:04 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 22 Nov 2023 22:24:11 +0000 (23:24 +0100)
commita44641c6a946c6c958d5a80b64542b2bbc2a765f
treeb2656e22f1041e022d9cd9200d77042c52b0c157
parent4279e715e0b4af819a0434daa5bf9e0c18789bec
Fix pre-ping regression in old PyMySQL versions.

Fixed regression introduced by the fix in ticket :ticket:`10492` when using
pool pre-ping with PyMySQL version older than 1.0.

Fixes: #10650
Change-Id: Ic0744c8b6f91cc39868e31c3bfddb8df20c7dfbb
doc/build/changelog/unreleased_14/10650.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mysql/pymysql.py