[Bug 16595] New: Ability to get non-sequential records from various operations

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16595

           Summary: Ability to get non-sequential records from various
                    operations
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Indexed Database API
        AssignedTo: dave.null@w3.org
        ReportedBy: jonas@sicking.cc
         QAContact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-webapps@w3.org


Basically the idea is to be able to get several distinct keys from for example
a objectStore.get operation.

This is especially interesting for index.get since it would remove the need for
authors to remove duplicate records.

Not sure if the answer is to allow passing multiple keys to an IDBKeyRange
constructor, or if the answer is allowing objectStore.get/index.openCursor etc
to take an array of keys+IDBKeyRanges.

Filing this for consideration for v2

-- 
Configure bugmail: https://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 Sunday, 1 April 2012 21:01:40 UTC