From: Jason Kirtland Date: Wed, 24 Oct 2007 07:55:18 +0000 (+0000) Subject: A --db alias for max. X-Git-Tag: rel_0_4_1~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f64aac55ccc39935e4b728fd4162ff766213f2ed;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git A --db alias for max. --- diff --git a/test/testlib/config.py b/test/testlib/config.py index 8f5a39d866..a4306e9b4b 100644 --- a/test/testlib/config.py +++ b/test/testlib/config.py @@ -21,6 +21,7 @@ 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 firebird=firebird://sysdba:s@localhost/tmp/test.fdb +maxdb=maxdb://MONA:RED@/maxdb1 """ parser = optparse.OptionParser(usage = "usage: %prog [options] [tests...]")