Sqlite
Build
1
2
3
./configure
make -j
bear -- make -j
table lock error
Basically, it means a write lock is already held on a table, and you want to get a read/write lock again. See the special check for read_uncommited
. See code
cached=shared vs WAL
This post is licensed under CC BY 4.0 by the author.