From efd3c311e0c62ae976733cf97e495a3c8ca76906 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 30 Mar 2014 21:09:33 -0400 Subject: [PATCH] update --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d00c2fffff..7b13cd94b3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ postgres=postgresql://scott:tiger@127.0.0.1:5432/test postgresql_jython=postgresql+zxjdbc://scott:tiger@127.0.0.1:5432/test mysql=mysql://scott:tiger@127.0.0.1:3306/test mysqlconnector=mysql+mysqlconnector://scott:tiger@127.0.0.1:3306/test -mssql=mssql+pyodbc://scott:tiger@ms_2005 +mssql=mssql+pyodbc://scott:tiger@ms_2008 oursql=mysql+oursql://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 -- 2.47.3