Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.3.3
-
Fix Version/s: 2.0.0
-
Labels:None
-
Number of attachments :
Description
Currently, BTM allows setting the default transaction isolation level on a Connection. However, also needed are the ability to set the default cursor holdability as well as the (local) auto-commit values.
Cursor holdability can now be set like so:
cursorHoldability=CLOSE_CURSORS_AT_COMMIT | HOLD_CURSORS_OVER_COMMIT
Local auto-commit can be set like so:
localAutoCommit=true | false