]> 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:25:06 +0000 (23:25 +0100)
commit93185432df2190ac08a7ee73dfc09010c5a3a84a
tree48384f9e1122d8ba64ba4508ebddd887649a2b7e
parent6e8362d2b9f7aa331ccebbb882d7234edf22a080
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