AUDIT: r21831 - gnucash/trunk/src/backend/dbi - [Bug 666329] Empty database after a little while

John Ralls jralls at code.gnucash.org
Mon Jan 9 18:10:07 EST 2012


Author: jralls
Date: 2012-01-09 18:10:06 -0500 (Mon, 09 Jan 2012)
New Revision: 21831
Trac: http://svn.gnucash.org/trac/changeset/21831

Modified:
   gnucash/trunk/src/backend/dbi/gnc-backend-dbi.c
Log:
[Bug 666329] Empty database after a little while

Use gnc_dbi_safe_sync_all (which doesn't lose data if the save partion
errors out) for all be->sync.

This is a bit of a half-way solution; we really shouldn't ever have to do
this except when creating a new database, but fixing that will take major
surgery.

BP



More information about the gnucash-patches mailing list