cloudbeaver icon indicating copy to clipboard operation
cloudbeaver copied to clipboard

Regarding Issue 2728 - autocommit

Open rlauti1980 opened this issue 5 months ago • 5 comments

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é

rlauti1980 avatar Sep 17 '24 14:09 rlauti1980