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

I see. I suppose for the relational stuff that I am doing I will have to
copy all the data in the cursor, otherwise it will mess up updates and
inserts with nested selects.

Cheers,
Keean.

On 2 Feb 2011 01:32, "Jeremy Orlow" <jorlow@chromium.org> wrote:

Please look at the mail archives.  IIRC, it seemed confusing that you could
be looking at old data.  Iterating on live data seems more consistent with
run to completion semantics.

J



On Tue, Feb 1, 2011 at 5:26 PM, Keean Schupke <keean@fry-it.com> wrote:
>
> So whats the benefit o...

Received on Wednesday, 2 February 2011 01:35:07 UTC