gnucash maint: Ensure that the root account is saved to the SQL backend.

John Ralls jralls at code.gnucash.org
Sat Sep 27 16:40:58 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/c61366b8 (commit)
	from  https://github.com/Gnucash/gnucash/commit/2a7ad686 (commit)



commit c61366b82e35109dfca56f7977cec6acab0d758b
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Sep 27 13:57:54 2014 -0700

    Ensure that the root account is saved to the SQL backend.
    
    The root account is created during DB load if it doesn't already exist.
    The DB wasn't saving it because it wasn't marked dirty and because
    the loading flag was set, so temprarily unset the loading flag when
    creating the book.



Summary of changes:
 src/backend/sql/gnc-book-sql.c | 6 +++++-
 src/engine/Account.c           | 1 +
 src/engine/SX-book.c           | 1 +
 3 files changed, 7 insertions(+), 1 deletion(-)



More information about the gnucash-patches mailing list