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()
)
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()
)
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()