cloudbeaver
cloudbeaver copied to clipboard
Regarding Issue 2728 - autocommit
I've tried to set the autocommit to false, for all our data connections, by adding the autocommit parameter to every connection, in the configuration/bootstrap section of data-sources.json.
"configuration": { ... "bootstrap": { "autocommit": false } }
This was what i noticed that changed, after deactivating it using the GUI. But it seems not all that needs to be done, because the autocommit is still active. What else needs to be done?
Thank you! René