SQLite Forum

Using WAL mode with multiple processes
Login
Hi

I tried the test where first connection creates table (in transaction) and second connection read. The test failed showing second connection failed to read as transaction is not complete.

I tested with following connection string
var connectionString = $"Data Source =test.db;Version=3; Cache = shared; read_uncommitted = true; journal_mode=WAL";

https://sqlite.org/forum/forumpost/99ffc78cee


Regards

Anand