On Mon, May 16, 2011 at 10:12 PM, David Cramer <[email protected]> wrote: > Postgres requires resetting the sequences I believe. I just assume > Oracle/MSSQL are probably similar.
Actually in the Oracle backend, resetting the sequence for an empty table is currently a no-op for transactional reasons. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
