Dennis Cote <[EMAIL PROTECTED]> wrote: > > It is worth noting that SQLite's behavior is not completely consistent. > If the column is declared to be an 'integer primary key', then SQLite > will insert a "default" value even when the user explicitly supplies a > NULL value in an insert statement. >
Remember that PRIMARY KEY implies NOT NULL. -- D. Richard Hipp <[EMAIL PROTECTED]>