Re: [IndexedDB] What happens when the version changes?

On 5/18/2010 1:02 PM, Nikunj Mehta wrote:
> I won't talk about tabs and such. Let's make clarification questions be related to spec text.
Simply replace any instance of tabs with "database connections".

> A database connection that locks the entire database cannot be opened if there is another database connection that locks at least one database object, e.g., an index or object store.
So basically, as long as some connection holds a database lock, you 
won't be able to do any upgrade.

Cheers,

Shawn

Received on Tuesday, 18 May 2010 20:35:46 UTC