mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-22 08:31:58 -04:00
ee9c8625ba
Fixed issue in aiomysql and asyncmy dialects that appears as of using pymysql 1.2.0; the dialects were not properly taking into account logic that detects the argument signature of pymysql's ``ping()`` method which was added as part of 🎫`10492`. We add a "does ping have reconnect" check for all three DBAPIs individually. To suit asyncmy's use of cython we also needed to adjust vendored getargspec() routines. Fixes: #13306 Change-Id: Iad90ec6cfe9ee3b99736dd2153264090e7f76be1