Hi

I have a Question regarding INTEGER PRIMARY KEY (zero value in column) ?

Example table => create table {id INTEGER PRIMARY KEY, name TEXT};

Is it ever possible that value 0 (zero) will be inserted in a column
declared as INTEGER PRIMARY KEY (and not as AUTOINCREMENT) ? Inserts are
always with NULL value for that column. (i.e zero is never inserted
implicitly in that column)

PS. I did refer to SQLite FAQ regarding this.

Thanks for any idea/hint.
Rohit
-- 
View this message in context: 
http://www.nabble.com/RE%3A-Question-regarding-INTEGER-PRIMARY-KEY-%28zero-value-in-column%29---tf4072581.html#a11574190
Sent from the SQLite mailing list archive at Nabble.com.


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

Reply via email to