On 4/17/06, Michael Ekstrand <[EMAIL PROTECTED]> wrote:

> So, if someone could enlighten me as to the defined behavior of
> sqlite3_last_insert_rowid with regards to transactions, I would be most
> grateful.

The last insert id is a property of a connection. So there is no way
that one connection can accidently get the last row inserted by
another connection.

Reply via email to