"Igor Sereda" <[EMAIL PROTECTED]> wrote:
> The questions around sqlite3_blob_xxx methods that Roger brought up a couple
> of months ago are very interesting for me too, and I haven't seen any reply
> to Roger's message. (Roger - do you have any update?)
> 
> As far as I can gather from the cited description of the problem, we should
> manually acquire SHARED db lock before reading a blob, and RESERVED lock
> before writing a blob. Can someone confirm that?

Transactions and locks are created and close automatically
by sqlite3_blob_open() and sqlite3_blob_close().  No other
interaction by the application is required.

> 
> I guess I should have run some experiments....
> 

That sounds like a good plan...

--
D. Richard Hipp <[EMAIL PROTECTED]>

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

Reply via email to