Running the same code (sqlitetest_thrd35.c) using shared_cache, occasionally generates the following output:
Where did the table go? 0 => Executing: COMMIT 3 => Executing: INSERT INTO test_table VALUES(3, 0, 'test3_0') 0 => Executing: select count(*) from test_Table 3 => Executing: INSERT INTO test_table VALUES(3, 1, 'test3_1') 3 => query failed: [1] no such table: test_table 3 => Executing: select count(*) from test_Table 0 => finished. 1 => Executing: BEGIN 1 => Executing: INSERT INTO test_table VALUES(1, 0, 'test1_0') 1 => BUSY