[CONPY-246] Connection pool: perform rollback() if reset_connection was set to False Created: 2023-02-03 Updated: 2023-02-08 Resolved: 2023-02-03 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | Connection Pooling |
| Affects Version/s: | 1.1.5 |
| Fix Version/s: | 1.1.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Python Version: | 3.11 |
| Description |
|
If a onnection is returned to the pool and option reset_connection was set to False, it must be ensured that pending transactions will be rolled back. |