> Wrong. Statements on the same connection certainly see changes made on
> that connection, committed or otherwise.
> 
> Are you talking about the same connection, or two different
connections
> in shared cache mode? You started describing the latter, but now keep
> mentioning the former. Which way is it?

It's multiple threads all using the same sqlite3* handle. I call
sqlite3_enable_shared_cache(1); before opening the database and have
"PRAGMA read_uncommitted=1;" right after opening the database.

   Dennis


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to