On Thu, Jun 28, 2012 at 1:02 AM, Jonathan Lundell <jlund...@pobox.com> wrote: > The SQLite adapter simulates select for update by wrapping the select+update > in a transaction. Not too efficient, since it has to lock the entire > database, but it'll do it.
Thanks, I wish it worked in the released version, and I'm hopeful that it can be made to work in the next version! -=D