On Mon, May 7, 2012 at 5:50 PM, Anssi Kääriäinen <[email protected]>wrote:
> I would like to just get rid of the sequence resets. Oracle doesn't do > it currently, TestCase doesn't do it, and IMO assuming the IDs are > going to start from 1 is an assumption one should not make. > > Objections to just getting rid of the sequence resets altogether (with > the opt-in flag)? > I did not realize Django code was doing something explicit to reset sequences during the database flush between TransactionTestCases, I thought it just happened as a side-effect of the method used to clear the DB. I don't believe tests should be relying on pk values starting with 1, if that's the only reason the sequence resets are there I think we should get rid of them. Karen -- 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.
