mirror of
https://github.com/python/cpython.git
synced 2026-08-09 18:50:37 -04:00
Introduce the autocommit attribute to Connection and the autocommit parameter to connect() for PEP 249-compliant transaction handling. Co-authored-by: Alex Waygood <[email protected]> Co-authored-by: C.A.M. Gerlach <[email protected]> Co-authored-by: Géry Ogam <[email protected]>