Re: [SailfishDevel] Getting odd error when attempting to use LocalStorage.changeVersion

2014-02-16 Thread Rob Hoelz
On Sat, 15 Feb 2014 17:42:15 +0100 Rob Hoelz r...@hoelz.ro wrote: On Sat, 15 Feb 2014 01:47:52 +0100 Rob Hoelz r...@hoelz.ro wrote: Hi all, I'm working on an update for my Sudoku application, and one of the new features necessitates a storage schema change. So I wrote a utility

[SailfishDevel] Getting odd error when attempting to use LocalStorage.changeVersion

2014-02-14 Thread Rob Hoelz
Hi all, I'm working on an update for my Sudoku application, and one of the new features necessitates a storage schema change. So I wrote a utility function that tries to open a connection with the correct version, and falls back to calling db.changeVersion if there is a version mismatch. After