SQLite Forum

SQLite in-memory database encounters SQLITE_LOCKED_SHAREDCACHE intermittently
Login
If a writer is holding open a transaction that has modified the database schema, any readers on the same shared-cache will see SQLITE_LOCKED_SHAREDCACHE. Even if they're using "PRAGMA read_uncommitted = 1".