[Webkit-unassigned] [Bug 158833] IDBIndex.openCursor() matches indices on multiple object stores

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 19 14:31:22 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=158833

--- Comment #5 from David Fahlander <david.fahlander at gmail.com> ---
I've nailed it down further and it seems this behaviour occurs only when the different object stores primary keys collide. In my repro, I use options {autoIncrement: true} when creating the ObjectStore, which will for sure make the primary keys on 'schools' and 'students' collide.

Please keep me in the loop when testing this out. I'll be happy to help out. Feel free to run the dexie unit tests that pass on Chrome and Firefox: https://cdn.rawgit.com/dfahlander/Dexie.js/v1.4.2/test/run-unit-tests.html

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160919/009ad573/attachment.html>


More information about the webkit-unassigned mailing list