]> 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:40 +0000 (23:24 +0100)
commit3776694bd7d3d3877e2e6f6ad259e490b2f672a9
tree2a9f170abed4fb82d0f0255f913babd580d23e3f
parentf9f7d85eb3fb18bc349bd6a9fd02ad33bfc59d05
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