commit_transaction
Finalize and save all database changes made since the transaction began, closing the transaction afterward.
Instructions
Commit the current transaction.
Saves all changes made since begin_transaction was called.
The transaction is closed after commit.
Returns:
Dictionary containing:
- status: success or error
- in_transaction: False after successful commit
- message: Confirmation message
Note:
If no transaction is active, returns an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||