Re: r20123 - gnucash/trunk/src/backend - Enhanced database version handling.

2011-01-19 Thread John Ralls
On Jan 19, 2011, at 8:32 AM, Derek Atkins wrote: > John, > > John Ralls writes: > >> * Add a macro GNC_RESAVE_VERSION which holds an svn revision number. >> * When fully saving a database put this number in versions with >> table_name Gnucash-Resave. >> * On database load, compare the curre

Re: r20123 - gnucash/trunk/src/backend - Enhanced database version handling.

2011-01-19 Thread Derek Atkins
John, John Ralls writes: > * Add a macro GNC_RESAVE_VERSION which holds an svn revision number. > * When fully saving a database put this number in versions with > table_name Gnucash-Resave. > * On database load, compare the current GNC_RESAVE_VERSION with the > Gnucash revision and Gnuca