]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Update connect args for pymysql 1.0.0; aiomysql fixes
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 7 Jan 2021 17:20:51 +0000 (12:20 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 7 Jan 2021 19:18:28 +0000 (14:18 -0500)
commitd4da4d24596fb5d9c6f497ab24739b901175ffd9
tree54a427899a35e761465170ffec40d2eab2295b51
parent0f5875f6c17f4584951eeffc31b1849b79222a46
Update connect args for pymysql 1.0.0; aiomysql fixes

Fixed deprecation warnings that arose as a result of the release of PyMySQL
1.0, including deprecation warnings for the "db" and "passwd" parameters
now replaced with "database" and "password".

For the 1.4 version of this patch, we are also changing tox.ini
to refer to a local branch of aiomysql that fixes pymysql
compatibility issues.

Fixes: #5821
Change-Id: I93876b52b2d96b52308f22aeb4f244ac5766a82f
(cherry picked from commit 489301137a4d76e5a46d754ae9c91aad2b3d2c1f)
doc/build/changelog/unreleased_13/5821.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mysql/mysqldb.py
lib/sqlalchemy/dialects/mysql/pymysql.py
setup.cfg
setup.py
tox.ini