Thomas Baumann <softwaretoas...@yahoo.de> wrote:
> can you please add a column to the result of PRAGMA Table_Info() that
> indicates this column is UNIQUE?

What should be reported for this table definition:

create table FancyUnique(a, b, c, d, unique(a, b), unique(c, d) );

-- 
Igor Tandetnik

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

Reply via email to