Brett Keating <Keating-dY08KVG/lbpWk0Htik3J/[EMAIL PROTECTED]> wrote:
This does indeed work, but only to prevent primary keys from being
inserted into the database if they fall out of range.

What I was hoping was that the with this command, the sqlite3 would
always automatically choose primary keys that fell within this range.

Well, SQLite will never choose 0 for auto-generated key. And you will have to insert quite a lot of records to exhaust a 32-bit counter. If you insert a record a second, you are good for some 68 years.

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to