supportsNestedTransactions property

bool get supportsNestedTransactions

Whether a transaction opened inside another one rolls back on its own, to a savepoint, without undoing the outer one.

A driver over a host that cannot nest transactions declares false and the suite skips the savepoint test instead of failing it.

Implementation

bool get supportsNestedTransactions => true;