Re: IndexedDB: updates through cursors on indexes that change the key

Sorry, sent that before I was finished.

Seems prone to problems in environments with multiple parallel accesses to
the same database.

I guess I would need to do an atomic copy of the elements to a separate
object store to iterate throught? Is there a way of atomically copying a set
of objects?

Cheers,
Keean.

On 2 Feb 2011 00:41, "Keean Schupke" <keean@fry-it.com> wrote:

That seems to be different from accepted practice in databases. I


>
> On 2 Feb 2011 00:39, "ben turner" <bent.mozilla@gmail.com> wrote:
>
> No, that idea was rejecte...

>
>
> On Tue, Feb 1, 2011 at 4:35 PM, Keean Schupke <keean@fry-it.com> wrote:
> Surely the cursor should ...

Received on Wednesday, 2 February 2011 00:49:12 UTC