On 8/2/17, Sylvain Pointeau <sylvain.point...@gmail.com> wrote:
>
> is it really possible to make an update into that nextval function? I don't
> think so since only one statement can be run at the same time if sqlite is
> in serialized mode.

"serialized" means that multiple threads cannot be making updates at
the same time.  In this case, the update would be happening in the
same thread.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to