Skip to content
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

Build tag request: SQLITE_ENABLE_DBPAGE_VTAB #1288

Open
rishi-kulkarni opened this issue Oct 23, 2024 · 1 comment · May be fixed by #1320
Open

Build tag request: SQLITE_ENABLE_DBPAGE_VTAB #1288

rishi-kulkarni opened this issue Oct 23, 2024 · 1 comment · May be fixed by #1320

Comments

@rishi-kulkarni
Copy link

With the release of SQLite 3.47.0, the SQLITE_DBPAGE virtual table has been updated to do some pretty powerful stuff, including writing and deleting the underlying DB pages via a SQL API. This virtual table is enabled via a compile-time option that'd be nice to have as a build flag: https://www.sqlite.org/compile.html#enable_dbpage_vtab

https://www.sqlite.org/dbpage.html

I'm happy to make a PR exposing this option as a build tag.

@hifi hifi linked a pull request Feb 25, 2025 that will close this issue
@hifi
Copy link

hifi commented Feb 25, 2025

Created a PR for it but the current bundled amalgamation is at 3.46.1 so for the 3.47.0 features it needs a bump as well which will eventually happen. I'm only interested in reading the pages so the PR is enough for my use case at this point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants