[Bug 11094] New: [IndexedDB] IDBIndex.get* don't define which item is returned in the case of duplicates

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11094

           Summary: [IndexedDB] IDBIndex.get* don't define which item is
                    returned in the case of duplicates
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Indexed Database API
        AssignedTo: andreip@google.com
        ReportedBy: jorlow@chromium.org
         QAContact: member-webapi-cvs@w3.org
                CC: mike@w3.org, public-webapps@w3.org


It's possible for indexes to be non-unique in which case IDBIndex.get* may
lookup one of several entries. We should specify which is returned in a
deterministic way. It should probably be connected to the order in which
cursors return duplicates as well.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Tuesday, 19 October 2010 13:47:38 UTC