Page 1 of 1

Transactions in 7.4.201

Posted: Thu 26 Apr 2018 09:05
by Sławek
Transactions are working absolutely OK in 7.2.78 (and also in earlier versions – at least since 2011 when I purchased dbForge Studio for MySQL).
In particular it was possible to use them in all editing interfaces because they were linked to the connection (to me it was just the most reasonable approach).

In 7.4.201 they are no longer linked to the connection and in some interfaces additional buttons appear (anyway, they look disabled) in the tool bar and in some don’t.
BTW, there were no transactions at all in 7.3.

Do I overlook something obvious ?

Re: Transactions in 7.4.201

Posted: Thu 26 Apr 2018 13:01
by alexa
In the new version, we removed those buttons. Now, to manage transactions, you have to manually specify the START TRANSACTION, COMMIT and ROLLBACK statements http://www.mysqltutorial.org/mysql-transaction.aspx .

Re: Transactions in 7.4.201

Posted: Thu 26 Apr 2018 14:05
by Sławek
Thank you for the explanation.