In the docs (https://www.sqlite.org/autoinc.html) it says: In SQLite, table rows normally have a 64-bit signed integer ROWID <https://www.sqlite.org/lang_createtable.html#rowid> ....
Question: Why it this a signed integer, and not an unsigned integer? Simply by choice? of is there something more to say about this? _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

