]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- this seems to be the best string for pymysql
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Feb 2014 17:11:23 +0000 (12:11 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Feb 2014 17:11:44 +0000 (12:11 -0500)
setup.cfg

index 102be891ba17d0dac8209b2a3b1059bd02fc1b93..e96621fadbcec219d0e5a96b739b0fa952c22586 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -34,7 +34,7 @@ mysql_jython=mysql+zxjdbc://scott:tiger@127.0.0.1:5432/test
 mysql=mysql://scott:tiger@127.0.0.1:3306/test
 mssql=mssql+pyodbc://scott:tiger@ms_2005
 oursql=mysql+oursql://scott:tiger@127.0.0.1:3306/test
-pymysql=mysql+pymysql://scott:tiger@127.0.0.1:3306/test
+pymysql=mysql+pymysql://scott:tiger@127.0.0.1:3306/test?charset=utf8
 oracle=oracle://scott:tiger@127.0.0.1:1521
 oracle8=oracle://scott:tiger@127.0.0.1:1521/?use_ansi=0
 maxdb=maxdb://MONA:RED@/maxdb1