I have my own whateverId column of type INTEGER PRIMARY KEY AUTOINCREMENT.

Does AUTOINCREMENT change anything?

* Is whateverId still just an alias for the built-in rowid (as it would be 
without the AUTOINCREMENT)?

* Does sqlite3_last_insert_rowid() return the whateverId of the last INSERTed 
row, as I would expect?

Just wanted to make sure.                                         
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to