On Fri, 02 Mar 2012 10:44:20 +0100, "Christoph P.U. Kukulies" <[email protected]> wrote:
> When defining a column TEXT PRIMARY KEY > (is that possible on TEXT?), Yes that is possible on any data type. > would this imply uniqueness? It would. > Or would I have to write something like TEXT PRIMARY KEY UNIQUE ? No. Neither should you create a UNIQUE INDEX on the primary key column. -- Regards, Kees Nuyt _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

