SQL Version

John Ralls jralls at ceridwen.us
Thu Jan 27 17:12:59 EST 2011


On Jan 27, 2011, at 2:01 PM, Geert Janssens wrote:

> On Thursday 27 January 2011, Geert Janssens wrote:
>> I seem to have some issues with the table versioning that was added
>> recently. I have an sqlite3 based book and whenever I open it, GnuCash
>> tells me it's created with an old version and should be upgraded. If I
>> click ok, the file is being re-saved, but the next time I open the file,
>> it asks me the same question again.
>> 
>> I have this with a testfile (from the 2.3.x days) with just one transaction
>> in it.
>> 
>> Geert
> 
> Hmm, it even happens with a completely new file, with only accounts in it (no 
> transactions added yet).

Geert,

What do you see if you run 
SELECT * FROM versions where table_name like "Gnucash%";
from the sqlite3 shell?

Regards,
John Ralls



More information about the gnucash-devel mailing list