Hi, I see that SQLite executes statements like
CREATE TABLE t (a TEXT NULL); create table g (x text constraint c null default 'abc'); even though NULL only as a column constraint this is not mentioned in the syntax diagram http://www.sqlite.org/lang_createtable.html Am I missing something, or is the NULL column (non-)constraint not supported by SQLite? If it is, should the documentation be updated to reflect this? Ralf _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users