-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 5.7.1
-
Fix Version/s: 6.0
-
Tags:
When running in a transaction, SQL directory sessions should not close connections until the end of transaction. This breaks connection helper proxy logic. Also, the transaction sharing mode is enabled only if the connection is the autocommit mode is explitely set to false.
We should detect the transactional mode in the SQL session and adapt the code according to the connection helper requirements.