This commit is contained in:
2025-05-22 20:25:38 +02:00
parent 09f6750c2b
commit ce03fbf12f
529 changed files with 3353 additions and 3312 deletions

View File

@@ -168,7 +168,7 @@ class MySQLDialect_mysqldb(MySQLDialect):
return on_connect
def do_ping(self, dbapi_connection):
dbapi_connection.ping(False)
dbapi_connection.ping()
return True
def do_executemany(self, cursor, statement, parameters, context=None):