From f46c4028bc9fc3eaa9ba537beb289a6caba215ec Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 18 Sep 2010 12:35:25 -0400 Subject: [PATCH] add oursql to has lastrowid --- lib/sqlalchemy/test/requires.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.47.2