dbForge MySQL 2020 Bug - Disabling Autocommit in [mysqld] destroys dbForge
Posted: Mon 11 May 2020 22:40
If you set autocommit = 0 in the [mysqld] of the .ini, dbForge completely falls apart.
This tells me the IDE is executing non-transactional statements.
This also forces those who use dbForge to use an auto-commit environment, which is not proper for a large-scale complex environment. Granted we can disable autocommit for each stored procedure, it we need to do it globally for the instance of the database.
This is bad. Red flag bad.
This tells me the IDE is executing non-transactional statements.
This also forces those who use dbForge to use an auto-commit environment, which is not proper for a large-scale complex environment. Granted we can disable autocommit for each stored procedure, it we need to do it globally for the instance of the database.
This is bad. Red flag bad.