[R2DBC-16] Ensure connection autocommit initialisation and new option autocommit Created: 2021-02-24 Updated: 2021-02-25 Resolved: 2021-02-25 |
|
| Status: | Closed |
| Project: | MariaDB Connector/R2DBC |
| Component/s: | other |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0.5d | ||
| Time Spent: | 0.5d | ||
| Original Estimate: | 1d | ||
| 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. 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 |