gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri May 20 13:01:11 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/592ad99d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/818fe73a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ef8f6375 (commit)
	from  https://github.com/Gnucash/gnucash/commit/0e17ebdc (commit)



commit 592ad99ddea4f15a49f9bee42ff27374057c8484
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu May 19 14:23:23 2016 -0700

    Move adjust_sql_options_string declaration to gnc-backend-dbi-priv.h.
    
    It shouldn't be public, it needs to be exported only to the test file.

commit 818fe73a05dec77dbd98fcfb7c7e2fc25c307a13
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu May 19 14:08:55 2016 -0700

    Remove unnecessary g_strdup_printf.
    
    SQL_OPTION_TO_REMOVE is substituted during preprocessing so it can be
    inlined in the string initialization, no need for heap allocation or
    runtime composition.

commit ef8f63759fcf40aea858cc6650b93bdffacf3490
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu May 19 14:06:02 2016 -0700

    Fix inconsistent and non-conforming whitespace and comments.



Summary of changes:
 src/backend/dbi/gnc-backend-dbi-priv.h        |  3 ++
 src/backend/dbi/gnc-backend-dbi.c             | 76 ++++++++++++++-------------
 src/backend/dbi/gnc-backend-dbi.h             |  3 --
 src/backend/dbi/test/test-backend-dbi-basic.c | 14 +++--
 4 files changed, 48 insertions(+), 48 deletions(-)



More information about the gnucash-patches mailing list