Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
When using the connection.setTransactionIsolation connector, it will either prevent the command from running if the "useLocalSessionState" option is set and transaction isolation is equal to the value, or it will run the command.
Session state can reliably known transaction isolation and prevent unnecessary executions without the need for a local variable.