SQLite Forum

Database WAL snapshot
Login
Thanks for all the replies! I can use this workaround for now (my usecase is the one ddevienne mentioned: read parallellism)

It would be great if SQLite supports the "empty-WAL" usecase in the future though. Also, IMHO the documentation can use some improvement: it mentions the "empty-WAL" error-case, but it wasn't clear to me this is about the start time of the transaction, not the time you call `sqlite3_snapshot_get`.