mirror of https://github.com/perkeep/perkeep.git
ac6acf5d70
The problem was newSorted was taking care of doing the DB
initialization. It was not only unnecessary, since newKeyValueFromConfig
from sorted/sqlite will do it by calling initDB, but also incorrect
because WAL was not getting enabled. Which is what was causing the
"database is locked" error "fixed" in commit
|
||
---|---|---|
.. | ||
sqlite.go | ||
sqlite_test.go |