mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-05 23:37:20 -04:00
add oursql to has lastrowid
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user