]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Savepoints are supported under Firebird
authorLele Gaifax <lele@metapensiero.it>
Sun, 27 Apr 2008 08:54:36 +0000 (08:54 +0000)
committerLele Gaifax <lele@metapensiero.it>
Sun, 27 Apr 2008 08:54:36 +0000 (08:54 +0000)
test/engine/transaction.py

index 9cf13e6932360a30a8848e62a9f7bc9b5f27930a..edae14da29a2ee6db58cee7dd9dd01abb44071c5 100644 (file)
@@ -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()