mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-02-23 09:16:40 +00:00
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