You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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();
The text was updated successfully, but these errors were encountered: