From 270af5cf5bedeff35c6e68e0ddb8ad85412aa32c Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 15 Dec 2015 12:34:56 -0500 Subject: [PATCH] - use pymysql here --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2