]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add oursql to has lastrowid
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 Sep 2010 16:35:25 +0000 (12:35 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 Sep 2010 16:35:25 +0000 (12:35 -0400)
lib/sqlalchemy/test/requires.py

index dc0b29228bc8aefe88dbc6929ca64d3883e5982b..a9b84e85d87f405e81456782cbe79807f0a6c8ce 100644 (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):