mysql.dart icon indicating copy to clipboard operation
mysql.dart copied to clipboard

is transaction running?

Open ChristophKe opened this issue 1 year ago • 0 comments

I need to know if a transaction is already running for a connection. In the "transactional"-method of MySQLConnection I saw, that internal this information is available. I would apreciate a getter for this information.

bool inTransaction = myConnection.isInTransaction();

ChristophKe avatar Mar 03 '23 09:03 ChristophKe