Commit the transaction
@override Future<void> commit() async { _ensureActive(); if (_transactionStarted) { _database.execute('COMMIT'); _transactionStarted = false; } _isActive = false; }