Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rollback previous transaction
  • Loading branch information
troopa81 committed Apr 18, 2023
1 parent af4f9d4 commit 49e920b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/python/test_provider_oracle.py
Expand Up @@ -733,6 +733,7 @@ def testNestedInsert(self):
f['pk'] = NULL
self.vl.addFeature(f) # Should not deadlock during an active iteration
f = next(it)
self.vl.rollBack()

def testTransactionEditing(self):
tg = QgsTransactionGroup()
Expand Down

0 comments on commit 49e920b

Please sign in to comment.