On 11/25/2013 8:18 AM, L. Wood wrote:
I have my own whateverId column of type INTEGER PRIMARY KEY AUTOINCREMENT.
Does AUTOINCREMENT change anything?
Yes. http://www.sqlite.org/autoinc.html
* Is whateverId still just an alias for the built-in rowid (as it would be
without the AUTOINCREMENT)?
Yes.
* Does sqlite3_last_insert_rowid() return the whateverId of the last INSERTed
row, as I would expect?
Yes.
--
Igor Tandetnik
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users