diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-06-03 12:54:56 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-06-03 12:54:56 -0400 |
| commit | c2a158c137ee07a146f02e5ee89ec42e486c6a37 (patch) | |
| tree | 294b01e4dae6244ad4722b6c04693113895e6f33 /setup.cfg | |
| parent | 32716eae773e6f6b7f37baf705342c1ed89df461 (diff) | |
| download | sqlalchemy-c2a158c137ee07a146f02e5ee89ec42e486c6a37.tar.gz | |
- some tweaks to try to help out mssql+pyodbc support a bit, py3k is really
not happening too well (I need to stick with linux + freetds 0.91, I know)
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,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 +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?use_unicode=0&charset=utf8 oracle=oracle://scott:tiger@127.0.0.1:1521 |
