Re: select for update

2008-11-08 Thread tegbert
Thanks, I'll check it out. --Tim On Nov 7, 8:37 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Fri, Nov 7, 2008 at 9:45 PM, tegbert <[EMAIL PROTECTED]> wrote: > > > SELECT FOR UPDATE has been discussed in this group before, but I don't >

select for update

2008-11-07 Thread tegbert
SELECT FOR UPDATE has been discussed in this group before, but I don't think it's been resolved whether it should be implemented in Django. I think it should. The idea is to avoid update collisions, i.e., the situation in which one process is attempting to select a row and update it, and while do