Closed
Bug 693254
Opened 13 years ago
Closed 13 years ago
IndexedDB: db.transaction([]) should create a transaction with empty scope
Categories
(Core :: Storage: IndexedDB, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: sicking, Unassigned)
References
Details
Currently we create a transaction with every object store in scope. This does not match spec behavior. Google says that they will align with spec too.
Comment 1•13 years ago
|
||
Didn't Microsoft say they currently align with the spec but think the spec behavior is dumb?
Reporter | ||
Comment 2•13 years ago
|
||
At this point it's clear that people agree that it should not create a transaction with all objectStores in scope. It's still discussed if it should throw or create a transaction with empty scope. I personally don't care either way.
Reporter | ||
Comment 3•13 years ago
|
||
This was fixed in bug 692669
Reporter | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Component: DOM → DOM: IndexedDB
Version: Trunk → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•