Seemant,

On 10/21/06, seemant <[EMAIL PROTECTED]> wrote:
> 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 (1, "1", 1, 1, 2, "passage");

That´s now what Rajesh asked you to do, you are using the same PK value in
both statements.

-- 
 Ramiro Morales

--~--~---------~--~----~------------~-------~--~----~
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