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

Add support for sqlite3_wal_checkpoint_*() #478

Open
penberg opened this issue Dec 15, 2024 · 0 comments
Open

Add support for sqlite3_wal_checkpoint_*() #478

penberg opened this issue Dec 15, 2024 · 0 comments
Labels
C API compat enhancement New feature or request help wanted Extra attention is needed

Comments

@penberg
Copy link
Collaborator

penberg commented Dec 15, 2024

Mobibench, for example, needs sqlite3_wal_checkpoint().

@penberg penberg added enhancement New feature or request help wanted Extra attention is needed compat C API labels Dec 15, 2024
penberg added a commit that referenced this issue Dec 15, 2024
This wires up checkpointing to the SQLite C API. We don't respect the
checkpointing mode because core does not have that nor do we report back
some stats.

Refs: #478
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C API compat enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant