From: Mike Bayer Date: Sat, 18 Sep 2010 16:35:25 +0000 (-0400) Subject: add oursql to has lastrowid X-Git-Tag: rel_0_6_5~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f46c4028bc9fc3eaa9ba537beb289a6caba215ec;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add oursql to has lastrowid --- diff --git a/lib/sqlalchemy/test/requires.py b/lib/sqlalchemy/test/requires.py index dc0b29228b..a9b84e85d8 100644 --- a/lib/sqlalchemy/test/requires.py +++ b/lib/sqlalchemy/test/requires.py @@ -250,7 +250,7 @@ def sane_rowcount(fn): def dbapi_lastrowid(fn): return _chain_decorators_on( fn, - fails_on_everything_except('mysql+mysqldb', 'sqlite+pysqlite') + fails_on_everything_except('mysql+mysqldb', 'mysql+oursql', 'sqlite+pysqlite') ) def sane_multi_rowcount(fn):