The reason I ask about whether this problem is eliminated by using
MySQL is that according to the Django docs:
<quote>
sqlsequencereset [appname appname …]

Prints the SQL statements for resetting sequences for the given app
names.

You’ll need this SQL only if you’re using PostgreSQL and have inserted
data by hand. When you do that, PostgreSQL’s primary key sequences can
get out of sync from what’s in the database, and the SQL emitted by
this command will clear it up.
</quote>

Does anyone definitively know whether MySQL automatically increments
its sequences (or whatever their equivalent name is) even if records
are manually inserted with a higher ID?
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to