Transactions in 7.4.201

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
Sławek
Posts: 9
Joined: Tue 06 Mar 2018 14:34

Transactions in 7.4.201

Post by Sławek » Thu 26 Apr 2018 09:05

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 ?

alexa

Re: Transactions in 7.4.201

Post by alexa » Thu 26 Apr 2018 13:01

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 .

Sławek
Posts: 9
Joined: Tue 06 Mar 2018 14:34

Re: Transactions in 7.4.201

Post by Sławek » Thu 26 Apr 2018 14:05

Thank you for the explanation.

Post Reply