diff options
Diffstat (limited to 'test/bootstrap/config.py')
-rw-r--r-- | test/bootstrap/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/bootstrap/config.py b/test/bootstrap/config.py index fd43d0ca7..5bb301177 100644 --- a/test/bootstrap/config.py +++ b/test/bootstrap/config.py @@ -23,6 +23,7 @@ pg8000=postgresql+pg8000://scott:tiger@127.0.0.1:5432/test postgresql_jython=postgresql+zxjdbc://scott:tiger@127.0.0.1:5432/test mysql_jython=mysql+zxjdbc://scott:tiger@127.0.0.1:5432/test mysql=mysql://scott:tiger@127.0.0.1:3306/test +pymysql=mysql+pymysql://scott:tiger@127.0.0.1:3306/test?use_unicode=0&charset=utf8 oracle=oracle://scott:tiger@127.0.0.1:1521 oracle8=oracle://scott:tiger@127.0.0.1:1521/?use_ansi=0 mssql=mssql://scott:tiger@SQUAWK\\SQLEXPRESS/test |