mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-04 23:06:24 -04:00
Savepoints are supported under Firebird
This commit is contained in:
@@ -160,7 +160,7 @@ class TransactionTest(TestBase):
|
||||
connection.close()
|
||||
|
||||
|
||||
@testing.unsupported('sqlite', 'mssql', 'firebird', 'sybase', 'access')
|
||||
@testing.unsupported('sqlite', 'mssql', 'sybase', 'access')
|
||||
@testing.exclude('mysql', '<', (5, 0, 3))
|
||||
def testnestedsubtransactionrollback(self):
|
||||
connection = testing.db.connect()
|
||||
@@ -178,7 +178,7 @@ class TransactionTest(TestBase):
|
||||
)
|
||||
connection.close()
|
||||
|
||||
@testing.unsupported('sqlite', 'mssql', 'firebird', 'sybase', 'access')
|
||||
@testing.unsupported('sqlite', 'mssql', 'sybase', 'access')
|
||||
@testing.exclude('mysql', '<', (5, 0, 3))
|
||||
def testnestedsubtransactioncommit(self):
|
||||
connection = testing.db.connect()
|
||||
@@ -196,7 +196,7 @@ class TransactionTest(TestBase):
|
||||
)
|
||||
connection.close()
|
||||
|
||||
@testing.unsupported('sqlite', 'mssql', 'firebird', 'sybase', 'access')
|
||||
@testing.unsupported('sqlite', 'mssql', 'sybase', 'access')
|
||||
@testing.exclude('mysql', '<', (5, 0, 3))
|
||||
def testrollbacktosubtransaction(self):
|
||||
connection = testing.db.connect()
|
||||
|
||||
Reference in New Issue
Block a user