I use db in torndb_ Db. begin() starts the transaction. How to do it in ezmysql? What should I do when I set autocommit to True in the connect constructor and some logic needs to manually start a transaction?
I use db in torndb_ Db. begin() starts the transaction. How to do it in ezmysql?
What should I do when I set autocommit to True in the connect constructor and some logic needs to manually start a transaction?