Rollback the transaction
@override Future<void> rollback() async { _ensureActive(); await _connection.execute('ROLLBACK'); _isActive = false; }