Mario Frasca <[EMAIL PROTECTED]> wrote: > this is a bit surprising; where does the autoincrement-like > behaviour come from? without an explicit autoincrement > definition, I would expect ...
<http://sqlite.org/lang_createtable.html> > what is going on here? I'm having three records with the > same NULL primary key. This is a violation of the '92 std. I believe SQLite used to enforce the non-nullability of primary keys. I recall that the question whether SQLite should enforce this constraint was discussed here, and I thought it was decided that it should. Regards ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------