From: Mike Bayer Date: Sat, 21 Nov 2015 22:01:25 +0000 (-0500) Subject: - set explicit encoding settings for default mysql driver X-Git-Tag: rel_1_1_0b1~84^2~70^2~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9679710f1a3599bffeadbb178c8191bddf1f482;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - set explicit encoding settings for default mysql driver --- diff --git a/setup.cfg b/setup.cfg index dc10877f7c..2d203f1eda 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,7 +43,7 @@ pg8000=postgresql+pg8000://scott:tiger@127.0.0.1:5432/test postgres=postgresql://scott:tiger@127.0.0.1:5432/test postgresql_jython=postgresql+zxjdbc://scott:tiger@127.0.0.1:5432/test postgresql_psycopg2cffi=postgresql+psycopg2cffi://scott:tiger@127.0.0.1:5432/test -mysql=mysql://scott:tiger@127.0.0.1:3306/test +mysql=mysql://scott:tiger@127.0.0.1:3306/test?charset=utf8&use_unicode=0 mysqlconnector=mysql+mysqlconnector://scott:tiger@127.0.0.1:3306/test mssql=mssql+pyodbc://scott:tiger@ms_2008 oursql=mysql+oursql://scott:tiger@127.0.0.1:3306/test