commit_transaction
Finalize an active SQL transaction using its ID to permanently apply all pending changes to the database.
Instructions
Commit an active transaction
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transactionId | Yes | The transaction ID returned by begin_transaction |