In a create table I have:
measureDate DATE UNIQUE DEFAULT
(strftime('%Y-%m-%d', 'now')),
but when I look with .schema, I get:
measureDate DATE DEFAULT (Datetime('now')),The UNIQUE constraint is disappeared and the DEFAULT is changed. I am using SQLite version 3.7.5. -- Cecil Westerhof _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

