sqlite-users  

[sqlite] Limitation of sqlite3_last_insert_rowid()

Joanne Pham
Fri, 16 May 2008 17:31:33 -0700

U12232 If a separate thread does a new insert on the same database connection 
while the sqlite3_last_insert_rowid() function is running and thus changes the 
last insert rowid, then the value returned by sqlite3_last_insert_rowid() is 
unpredictable and might not equal either the old or the new last insert rowid. 
Hi All, This limitation is still in new release 3.5.9.
Thanks,
JP


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



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