8000 gh-128505: Expose an interface to sqlite3_file_control by hashbrowncipher · Pull Request #128507 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-128505: Expose an interface to sqlite3_file_control #128507

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 15 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
sqlite3_file_control
  • Loading branch information
hashbrowncipher committed Jan 6, 2025
commit 4bcb82c4415c4d4e8f134215ee0645949d68ae86
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sqlite Connection objects now expose a method
:meth:`~sqlite3.Connection.file_control`, which is a thin wrapper for
:meth:`sqlite3.Connection.file_control`, which is a thin wrapper for
`sqlite3_file_control <https://www.sqlite.org/c3ref/file_control.html>`_.
Loading
0