gh-99824: Document that sqlite3.connect implicitly open a transaction if autocommit=False by geryogam · Pull Request #99825 · python/cpython · GitHub

github.com

Tin mới

geryogam:sqlite3/implicit-transactions

GitHub CopilotWrite better code with AI

GitHub Copilot appDirect agents from issue to merge

ActionsAutomate any workflow

CodespacesInstant dev environments

IssuesPlan and track work

Code ReviewManage code changes

Code QualityEnforce quality at merge

GitHub Advanced SecurityFind and fix vulnerabilities

Code securitySecure your code as you build

Secret protectionStop leaks before they start

View all use cases

Financial services

View all industries

Software Development

GitHub SponsorsFund open source developers

Copilot for BusinessEnterprise-grade AI features

Premium SupportEnterprise-grade 24/7 support

Pull requests 2.6k

Security and quality 0

Document sqlite3.connect() as implicitly opening transactions in the new PEP-249 manual commit mode #99824

Document sqlite3.connect() as implicitly opening transactions in the …

View reviewed changes

ARROW-18380: [Dev] Update dev_pr GitHub workflows to accept both GitHub issues and JIRA apache/arrow#14731

Document sqlite3.connect() as implicitly opening transactions in the …

Revert "Document sqlite3.connect() as implicitly opening transactions…

awaiting change review

awaiting change review

View reviewed changes

Apply Erlend’s change suggestion

View reviewed changes

Learn more about hiding disruptive comments

The reason will be displayed to describe this comment to others. Learn more.

Move and extend the implicit transaction opening sentence for connect()

Add a similar descriptive sentence for the isolation_level parameter

Apply CAM’s suggested change

View reviewed changes

Merge branch 'main' into sqlite3/implicit-transactions

Doc: Add summary line to isolation_level & autocommit sqlite3.connect params #99917

Merge branch 'main' into fixinspect