mysql.dart
mysql.dart copied to clipboard
is transaction running?
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();