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

sqlite3: fix missing pager causing SQLITE_MISUSE #1880

Merged
merged 1 commit into from
Dec 13, 2024
Merged

Conversation

LucioFranco
Copy link
Contributor

This fixes a missing pager that libsql_pager_codec expects to not be null. All this does is add the pager when we call sqlite3PagerWalInsert to the wal frame we want to insert.

Fixes #1867

This fixes a missing pager that `libsql_pager_codec` expects to not be
null. All this does is add the pager when we call `sqlite3PagerWalInsert`
to the wal frame we want to insert.

Fixes #1867
@LucioFranco LucioFranco requested a review from penberg December 13, 2024 02:17
@penberg penberg added this pull request to the merge queue Dec 13, 2024
Merged via the queue into main with commit c8a5006 Dec 13, 2024
20 checks passed
@penberg penberg deleted the lucio/fix-wal-misuse branch December 13, 2024 08:14
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.

Libsql WAL sync pull fails
2 participants