Igor Tandetnik wrote: > INTEGER PRIMARY KEY simply introduces a named alias for ROWID; its > presence doesn't make anything possible that wasn't already possible > without it.
If the ROWID isn't 'officially' made part of the table's columns by declaring some INTEGER PRIMARY KEY, then it can be renumbered by the next VACUUM. Regards, Clemens _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

