[Bug 17657] New: Empty arrays shouldn't be valid KeyPaths

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

           Summary: Empty arrays shouldn't be valid KeyPaths
           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


Something like createObjectStore("store", { keyPath: [] }) is completely
useless and so we should throw. Likewise for createIndex("index", [])

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 30 June 2012 03:20:08 UTC