[CONPY-102] Set autocommit OFF by default Created: 2020-08-12 Updated: 2020-08-16 Resolved: 2020-08-12 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | DBAPI 2.0 |
| Affects Version/s: | 1.0.0 |
| Fix Version/s: | 1.0.1 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
After a successful connect that value for connection.autocommit depends on the server default. According to PEP-249 DBAPI 2.0 specification, autocommit should be off by default: "Note that if the database supports an auto-commit feature, this must be initially off. An interface method may be provided to turn it back on." |
| Comments |
| Comment by Georg Richter [ 2020-08-12 ] |
|
fixed - rev. 0e91d76d52d5260dbee7448c9f0a81240424cfbe |