Hey all,

I'm looking to clarify the behavior of transactions when it comes to
threads.  When using the same sqlite3 object, and you begin a transaction on
one thread, does it also group work that is being done on another thread
until you end the transaction?  Or is it the case that each thread can have
it's own transaction pending on the database?

Cheers,

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

Reply via email to