Jay, thank you for the reply, this confirms what I suspected. Incidentally,
SQLite also accepts a conflict clause here although it doesn't make sense:

CREATE TABLE Test(
  TestId INTEGER NULL ON CONFLICT ABORT,
  TestName TEXT NULL);

Bogdan
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to