Odp: Re: Re: get_or_create can still cause IntegrityError

2011-05-17 Thread Tomasz Zielinski
There's a related, ongoing discussion here: http://code.djangoproject.com/ticket/13906 It looks like the general attitude is that MySQL backend should switch to READ COMMITED isolation level, which would be the simplest solution. Tomasz -- You received this message because you are subscribed t

Odp: Re: Re: get_or_create can still cause IntegrityError

2011-05-11 Thread Tomasz Zielinski
W dniu poniedziałek, 9 maja 2011, 19:05:17 UTC+2 użytkownik SleepyCal napisał: > > Hi guys, > > I spent literally *months* trying to find the best way to resolve this > situation. (...) > Have you checked my StackOverflow answer I linked in the top post? It *completely* removes the problem for