Skip to content

feat(jdbc): expose wal_autocheckpoint and wal_checkpoint pragmas in SQLiteConfig#1398

Open
kju2 wants to merge 2 commits intoxerial:masterfrom
kju2:master
Open

feat(jdbc): expose wal_autocheckpoint and wal_checkpoint pragmas in SQLiteConfig#1398
kju2 wants to merge 2 commits intoxerial:masterfrom
kju2:master

Conversation

@kju2
Copy link
Copy Markdown

@kju2 kju2 commented Apr 4, 2026

Closes #1397 .

Adds support for two missing WAL-related pragmas in SQLiteConfig:

  • wal_autocheckpoint — configures the automatic checkpoint threshold (number of WAL pages)
  • wal_checkpoint — triggers a manual checkpoint with a configurable mode (PASSIVE, FULL, RESTART, TRUNCATE, NOOP)

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 this pull request may close these issues.

Add missing WAL pragma support (wal_autocheckpoint, wal_checkpoint)

1 participant