Евгений Земляков <new_fel...@rambler.ru> wrote:
> Default column values conflict with not null option.

Conflict in what sense? What statement are you executing, and how does the 
outcome of running that statement differ from your expectations?

This works for me:

create table t(x integer not null default(42));

-- 
Igor Tandetnik

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

Reply via email to