Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Spec https://r2dbc.io/spec/0.8.4.RELEASE/spec/html/#transactions.auto-commit :
A ConnectionFactory creates new Connection objects with auto-commit mode enabled, unless specified otherwise through connection configuration options.
Connector is relaying on default value of global autocommit variable.
A new option "autocommit" will permit setting autocommit, defaulting to true.
The connector has to ensure that autocommit correspond to option value, whatever global autocommit value.
This permit to conform spec to 0.8.4 version