Commit aabea5f
committed
sqlite3: fix missing pager causing SQLITE_MISUSE
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 #18671 parent 6ed1690 commit aabea5f
3 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65363 | 65363 | | |
65364 | 65364 | | |
65365 | 65365 | | |
| 65366 | + | |
65366 | 65367 | | |
65367 | 65368 | | |
65368 | 65369 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65363 | 65363 | | |
65364 | 65364 | | |
65365 | 65365 | | |
| 65366 | + | |
65366 | 65367 | | |
65367 | 65368 | | |
65368 | 65369 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7852 | 7852 | | |
7853 | 7853 | | |
7854 | 7854 | | |
| 7855 | + | |
7855 | 7856 | | |
7856 | 7857 | | |
7857 | 7858 | | |
| |||
0 commit comments