From: Mike Bayer Date: Tue, 15 Dec 2015 17:34:56 +0000 (-0500) Subject: - use pymysql here X-Git-Tag: rel_0_8_4~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=270af5cf5bedeff35c6e68e0ddb8ad85412aa32c;p=thirdparty%2Fsqlalchemy%2Falembic.git - use pymysql here --- diff --git a/setup.cfg b/setup.cfg index b015ab85..52106599 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ default=sqlite:///:memory: sqlite=sqlite:///:memory: sqlite_file=sqlite:///querytest.db postgresql=postgresql://scott:tiger@127.0.0.1:5432/test -mysql=mysql+mysqlconnector://scott:tiger@127.0.0.1:3306/test +mysql=mysql+pymysql://scott:tiger@127.0.0.1:3306/test mssql=mssql+pyodbc://scott:tiger@ms_2008 oracle=oracle://scott:tiger@127.0.0.1:1521 oracle8=oracle://scott:tiger@127.0.0.1:1521/?use_ansi=0