SQLite seems to accept the following column declaration syntax without
errors:

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

However, there is no branch in the column constraint
diagram<http://www.sqlite.org/syntaxdiagrams.html#column-constraint>
describing
this syntax. In the NOT NULL branch, the NOT keyword is not optional. Is
this case described on another diagram?


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

Reply via email to