@override int odbc_transaction_commit(int txnId) => _overrides.transactionCommit?.call(txnId) ?? super.odbc_transaction_commit(txnId);