]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Revert "Added ssl_mode flag to mysqldb"
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Nov 2020 21:24:35 +0000 (16:24 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Nov 2020 21:24:35 +0000 (16:24 -0500)
commit0ac36e3d7dd22af743661f89e6cd9d28a0dcc7bf
treeec2ce81826e3f0ad243a6cf35f1cd5cc42b0a7d0
parent2e4dec934cb5215d628e02ed717454c165a33e4d
Revert "Added ssl_mode flag to mysqldb"

This reverts commit 2e4dec934cb5215d628e02ed717454c165a33e4d.

I approved this merge before observing that the "ssl_mode"
flag is not actually part of the separate "ssl" dictionary,
so this patch as given is unnecessary as we already pass
all strings into opts.  but also I can't get the flag to work
on either mysqlclient or pymysql, it's not recognized.  so
I need specific info from the submitter what it is that is
actually needed, and if a change is needed it has to be
appropriate for the drivers in use.
doc/build/changelog/unreleased_13/5692.rst [deleted file]
lib/sqlalchemy/dialects/mysql/mysqldb.py
test/dialect/mysql/test_dialect.py