Skip to content

gh-137205: Document how to safely use PRAGMA during SQLite transactions #137505

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Whitespace
  • Loading branch information
erlend-aasland committed Aug 7, 2025
commit b525dd86ce93bc3a34c8ede3bb0e04fc2b2d3918
1 change: 0 additions & 1 deletion Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2455,7 +2455,6 @@ ensure that there is no open transaction:
con.autocommit = saved # Restore the previous setting.



.. _sqlite3-uri-tricks:

How to work with SQLite URIs
Expand Down
Loading