-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hi Mike,
I’d like to request the addition of an Auto Commit ON/OFF feature in the database interface to better control transactions. This functionality is crucial, especially in production environments and testing scenarios, as it helps manage DML operations effectively and provides the ability to roll back changes when needed.
While I’m aware that TCL commands in SQL can control transactions, having an option to toggle Auto Commit directly from the UI—either through the connection settings or a button in the notebook/editor header—would greatly enhance usability. This would allow users to quickly enable or disable Auto Commit without manually running SQL commands.
Feature Request:
- Add an Auto Commit toggle in the connection settings or as a button in the notebook/editor header.
- Provide a visual indicator to show the current mode (ON/OFF).
Let me know if this can be considered for implementation. Looking forward to your thoughts!
Thanks