On Fri, 02 Mar 2012 10:44:20 +0100, "Christoph P.U. Kukulies"
<k...@kukulies.org> 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
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to