]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
backport mysql / base portions of #10415 to 2.0
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 18 May 2025 17:54:09 +0000 (13:54 -0400)
committerMichael Bayer <mike_mp@zzzcomputing.com>
Sun, 18 May 2025 19:37:54 +0000 (19:37 +0000)
commiteca7a97de36ceb5ef58652a486dc6125aa5fa21a
treec7342c3342635eb4117a749b3fe7e9b778b6603c
parentbeab61a926dbcce1ec4db3c514602af2d589b11c
backport mysql / base portions of #10415 to 2.0

For a backport of the mysql typing change in [1] to be useful, we need
to have most of the asyncio typing installed as well.  To make this
easier include that we will backport aiomysql / asyncmy over to the
connectors/asyncio.py connector which is already in use.

[1] https://gerrit.sqlalchemy.org/c/sqlalchemy/sqlalchemy/+/5829
Change-Id: I0414ed1f736a329ecdc9a662dbee71d621a463ae
lib/sqlalchemy/connectors/aioodbc.py
lib/sqlalchemy/connectors/asyncio.py
lib/sqlalchemy/dialects/mysql/aiomysql.py
lib/sqlalchemy/dialects/mysql/asyncmy.py