Mike Johnston <[EMAIL PROTECTED]>
wrote:
>  So I'm using the last_insert_rowid() with no issue.  The note at
> http://www.sqlite.org/c3ref/last_insert_rowid.html states that the
> function returns unpredictable results should "a separate thread" do
> a new insert.  Does that apply to a separate process as well?

No. Last rowid is maintained per-connection. The comment applies when 
two threads share the same database connection. Two processes can never 
do that.

Igor Tandetnik 



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

Reply via email to