This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 11407 - [IndexedDB] IDBDatabase.createObjectStore: autoIncrement should not default to true
Summary: [IndexedDB] IDBDatabase.createObjectStore: autoIncrement should not default t...
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: Indexed Database API (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Jeremy Orlow
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-25 15:09 UTC by Hans Wennborg
Modified: 2010-12-10 12:11 UTC (History)
4 users (show)

See Also:


Attachments

Description Hans Wennborg 2010-11-25 15:09:50 UTC
The spec currently says that autoIncrement defaults to true when creating a new object store. It should probably default to false.
Comment 1 Jeremy Orlow 2010-11-25 15:20:27 UTC
Agreed.  That sounds like a rather odd default.
Comment 2 Ben Turner 2010-11-26 17:11:57 UTC
Our implementation defaults to false as well.
Comment 3 Jeremy Orlow 2010-12-10 12:11:38 UTC
changeset:   96:912efed5aae1
tag:         tip
user:        Jeremy Orlow <jorlow@google.com>
date:        Wed Dec 08 19:03:47 2010 +0000
summary:     Update overview.html with my last change.

changeset:   95:c95dd6d58c30
user:        Jeremy Orlow <jorlow@google.com>
date:        Wed Dec 08 18:09:56 2010 +0000
summary:     IndexedDB's autoIncrement should not default to true