]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Revert "Merge "add aiomysql support""
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 9 Dec 2020 13:52:57 +0000 (08:52 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 9 Dec 2020 13:52:57 +0000 (08:52 -0500)
commitc736eef8b35841af89ec19469aa496585efd3865
tree4699cf11577807337e92edb197c8a52b4d5969af
parent23343f87f3297ad31d7315ac0e5312db10ef7592
Revert "Merge "add aiomysql support""

This reverts commit 23343f87f3297ad31d7315ac0e5312db10ef7592, reversing
changes made to c5831b1abd98c46ef7eab7ee82ead18756aea112.

The crashes that occur in jenkins have not been solved and are
now impacting master.   I am not able to reproduce the failure,
including running on the CI machines directly, and a few runs
where I sat there for 20 minutes and watched, it didn't happen.
it is the ultimate heisenbug.

Additionally, there's a reference to "arraysize" that doesn't
exist in fetchmany() and there seem to be no tests that exercise
this for any DBAPI which is also a major bug to be fixed.

References: #5747
14 files changed:
doc/build/changelog/unreleased_14/5747.rst [deleted file]
doc/build/dialects/mysql.rst
lib/sqlalchemy/dialects/mysql/__init__.py
lib/sqlalchemy/dialects/mysql/aiomysql.py [deleted file]
lib/sqlalchemy/dialects/mysql/mysqldb.py
lib/sqlalchemy/ext/asyncio/result.py
lib/sqlalchemy/testing/suite/test_results.py
lib/sqlalchemy/testing/warnings.py
setup.cfg
test/engine/test_reconnect.py
test/ext/asyncio/test_engine_py3k.py
test/ext/asyncio/test_session_py3k.py
test/requirements.py
tox.ini