Tin mới
erlend-aasland:sqlite-autocommit
GitHub CopilotWrite better code with AI
GitHub Copilot appDirect agents from issue to merge
CodespacesInstant dev environments
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
GitHub SponsorsFund open source developers
Copilot for BusinessEnterprise-grade AI features
Premium SupportEnterprise-grade 24/7 support
Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour
Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour erlend-aasland/cpython#35
Document DEPRECATED_TRANSACTION_CONTROL
Suggest new behaviour starting with Python 3.14
Simplify implicit rollback test
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
Reorder if condition to add emphasis to deprecated behaviour
Improve 5e4626ecf47a679ba5fa8846472af16fb325cac5
Update Doc/library/sqlite3.rst
Update Doc/library/sqlite3.rst
Lib/test/test_sqlite3/test_transactions.py
support sqlite .autocommit parameter (Python 3.12) sqlalchemy/sqlalchemy#8795
Address review: remove unneeded assert in test_autocommit_setget_invalid
Address review: add test for rollback() if autocommit is True
Address review: fixup context manager docs
Improve sqlite3 documentation of the new autocommit attribute #99435
Improve sqlite3 documentation of the new autocommit attribute #99670
Clarify sqlite3 documentation of PEP 249 compliance for commit modes #99828