Closed
Description
We have a little app which has multiple goroutines all running queries and it often fails with "database is locked" :(
we're running with:
db, err := sql.Open("sqlite3", "test.db?cache=shared&mode=rwc")
PRAGMA journal_mode = WAL;
PRAGMA synchronous = NORMAL;
sqlite3 -version
3.10.2 2016-01-20 15:27:19 17efb4209f97fb4971656086b138599a91a75ff9
Is this a known issue?
Metadata
Metadata
Assignees
Labels
No labels