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

On May 18, 2010, at 1:36 PM, Shawn Wilsher wrote:

> 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.

Correct.

Received on Tuesday, 18 May 2010 21:13:43 UTC