diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-05-04 15:26:28 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-05-04 15:26:28 -0400 |
| commit | c7ce62cf65463c7ea6474d0373c56fb3edeb0e2a (patch) | |
| tree | 32bfd3bbf2630db94b4eece4f00f50ea963146f7 /setup.cfg | |
| parent | afcbd7419c0708c63e4d71e634296400db1610c1 (diff) | |
| download | sqlalchemy-c7ce62cf65463c7ea6474d0373c56fb3edeb0e2a.tar.gz | |
- OK we have -w sql passing for: sqlite, postgresql, oursql 2.7 + 3.3, mysqldb 2.7
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 +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 oracle8=oracle://scott:tiger@127.0.0.1:1521/?use_ansi=0 |
