]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Try to get mysqlconnector somewhat working
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 27 Jun 2018 20:08:23 +0000 (16:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 27 Jun 2018 23:15:19 +0000 (19:15 -0400)
commit83750628d180b9b9e5a6ae9a2ecb3a001553cb81
tree1a1d10ec932d53d7119bf7c788388d2d9f414562
parenta0d1030096af8f6cdd2e2fb7668224ade2d87c8f
Try to get mysqlconnector somewhat working

Add CI support for MySQL connector and try to fix some of the
more obvious issues.  CI tests will run against MySQL 5.7
only for starters as there appear to be issues with
MySQL 8.0

Change-Id: Id8971143a8385a5c84f0646c21c4c21e793ce3a2
doc/build/changelog/unreleased_12/mysqlconnector_percents.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mysql/mysqlconnector.py
test/dialect/mysql/test_for_update.py
test/requirements.py
tox.ini