From: Mike Bayer Date: Mon, 31 Mar 2014 01:09:33 +0000 (-0400) Subject: update X-Git-Tag: rel_0_9_5~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efd3c311e0c62ae976733cf97e495a3c8ca76906;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git update --- 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