Re: Proposal: Prevent data loss in the admin

2014-12-09 Thread Carl Meyer
On 12/09/2014 02:16 PM, Rune Kaagaard wrote: > >> >> A whole other issue is how to handle the deletion of already deleted >> objects. >> > I misspoke here. I meant how to handle the deletion of an object with an > outdated version number. Should it raise the same exception? Yes, I think that d

Re: Proposal: Prevent data loss in the admin

2014-12-09 Thread Rune Kaagaard
> > A whole other issue is how to handle the deletion of already deleted > objects. > I misspoke here. I meant how to handle the deletion of an object with an outdated version number. Should it raise the same exception? -- You received this message because you are subscribed to the Google Gro

Re: Proposal: Prevent data loss in the admin

2014-12-09 Thread Rune Kaagaard
Hi Tim, Russell and Steven I agree it would be more useful to be able to work with locking from all places, not only the admin. The question then is how? :) >From an implementation perspective, I also have a mild negative reaction to > the idea of using a separate table in the database for lock