summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-02-03 12:11:23 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-02-03 12:11:23 -0500
commit7a9e8b2312bb99c6f310880cb165deba7cad64c4 (patch)
tree81699fcab04573e6f734d6ce724bd023a2b29aad
parent8b08b1a35b85c24349226c34e6834f4f60db3c6f (diff)
downloadsqlalchemy-7a9e8b2312bb99c6f310880cb165deba7cad64c4.tar.gz
- this seems to be the best string for pymysql
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 60236bdeb..0748bf56c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -37,7 +37,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