On Mon, Apr 4, 2011 at 9:10 AM, Enrico Thierbach <e...@open-lab.org> wrote:
> I might have an exceptionally dumb day, but this sequence (from this post 
> http://www.mail-archive.com/sqlite-users@sqlite.org/msg34082.html ) looks 
> totally fine:

You're missing something: FTS4 is a virtual table and it re-enters
SQLite3 in the same connection as it was invoked in, which means that
if FTS4 does any additional INSERTs on behalf of an INSERT into an
FTS4 table THEN SQLite3 returns the right last insert rowid for the
wrong INSERT.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to