Yeah, I'm not that bright :/  Thanks Ramiro.  OK, so I do get the
expected error:

sqlite> delete from "sermons_scripture";
sqlite> insert into "sermons_scripture" (id, book, chapter,
from_verse,to_verse, passage) values (1, "1", 1, 1, 2, "passage");
sqlite> insert into "sermons_scripture" (id, book, chapter,
from_verse,to_verse, passage) values (2, "1", 1, 1, 2, "passage");
SQL error: columns book, chapter, from_verse, to_verse are not unique


Thanks,

Seemant


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to