On Sun, 16 Feb 2014 17:13:11 +
Sylvain B. wrote:
> Thanks for the report on qt-project, I just faced this exact same
> issue this afternoon (my app is not released yet but I already wanted
> to see if a DB update will be possible). It's a shame not to be able
> to open the DB without specifyi
On Sat, 15 Feb 2014 17:42:15 +0100
Rob Hoelz wrote:
> On Sat, 15 Feb 2014 01:47:52 +0100
> Rob Hoelz wrote:
>
> > Hi all,
> >
> > I'm working on an update for my Sudoku application, and one of the
> > new features necessitates a storage schema change.
On Sat, 15 Feb 2014 01:47:52 +0100
Rob Hoelz 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
> function that tries to open a connection with the correct versi
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 te