http://www.w3.org/Bugs/Public/show_bug.cgi?id=9832
Summary: keyPath is underspecified
Product: WebAppsWG
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Indexed Database API
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
CC: [email protected], [email protected]
KeyPaths and their underspecification has come up in several threads, but
especially "[IndexedDB] KeyPaths and missing properties" [1]. We need to have
normative text describing how to parse keyPath and how a keyPath maps to
properties of a value. We need to decide whether we want to allow explicit
index management and whether we want this to be done via ObjectStore's
add/modify/addOrModify or whether we want to have methods hanging off of each
index to do this. We need to decide what to do if the key corresponding to a
keyPath doesn't exist (insert null, insert nothing, or raise error). This list
may be incomplete.
[1] http://www.mail-archive.com/[email protected]/msg08862.html
--
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.