add oursql to has lastrowid

This commit is contained in:
Mike Bayer
2010-09-18 12:35:25 -04:00
parent 611fb77186
commit f46c4028bc
+1 -1
View File
@@ -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):