gnucash/src/backend/sql
Phil Longstaff 45203aec4b More conversion to read/write objects from sql backend using gobject parameters
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18766 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-02-28 23:19:34 +00:00
..
test Re-indentation of source code, next batch. 2010-02-18 05:31:54 +00:00
.splintrc Fix lots of splint issues (including memory leaks). This includes some changes 2009-03-09 17:17:57 +00:00
escape.c Implement QofQuery for splits. At this point, the queries used by current reports work, but 2009-06-19 16:48:48 +00:00
escape.h Implement QofQuery for splits. At this point, the queries used by current reports work, but 2009-06-19 16:48:48 +00:00
gnc-account-sql.c More conversion to read/write objects from sql backend using gobject parameters 2010-02-28 23:19:34 +00:00
gnc-account-sql.h Improve error handling. If an SQL command fails, set the qof backend error 2008-09-27 17:31:23 +00:00
gnc-backend-sql.c More conversion to read/write objects from sql backend using gobject parameters 2010-02-28 23:19:34 +00:00
gnc-backend-sql.h Re-indentation of source code, next batch. 2010-02-18 05:31:54 +00:00
gnc-book-sql.c Create routines qof_book_get_string_option() and qof_book_set_string_option() to get/set a kvp string, respectively. 2010-01-31 20:03:23 +00:00
gnc-book-sql.h Improve error handling. If an SQL command fails, set the qof backend error 2008-09-27 17:31:23 +00:00
gnc-budget-sql.c When creating lists of database objects, use g_list_prepend() rather than g_list_append(). There may be cases where the list order is significant and thus needs to be reversed, but that is not true in these cases. This provides a large improvement in database loading performance. 2010-02-24 20:11:22 +00:00
gnc-budget-sql.h Merge gda-dev2 branch into trunk. 2008-08-01 16:02:07 +00:00
gnc-commodity-sql.c If an object is being loaded that has a reference to a transaction, and the transaction 2009-09-11 02:08:09 +00:00
gnc-commodity-sql.h Improve error handling. If an SQL command fails, set the qof backend error 2008-09-27 17:31:23 +00:00
gnc-lots-sql.c Convert GNCLot to use more gobject features. Removes all direct access to lot object fields, which are now accessed through functions or property names (for backend sql load). 2010-02-27 15:54:20 +00:00
gnc-lots-sql.h Merge gda-dev2 branch into trunk. 2008-08-01 16:02:07 +00:00
gnc-price-sql.c More conversion to read/write objects from sql backend using gobject parameters 2010-02-28 23:19:34 +00:00
gnc-price-sql.h Merge gda-dev2 branch into trunk. 2008-08-01 16:02:07 +00:00
gnc-recurrence-sql.c Add autoincrementing int primary column 'id' to recurrences, slots and taxtable_entries tables. 2009-08-11 23:51:37 +00:00
gnc-recurrence-sql.h Re-indentation of source code, next batch. 2010-02-18 05:31:54 +00:00
gnc-schedxaction-sql.c More conversion to read/write objects from sql backend using gobject parameters 2010-02-28 23:19:34 +00:00
gnc-schedxaction-sql.h Improve error handling. If an SQL command fails, set the qof backend error 2008-09-27 17:31:23 +00:00
gnc-slots-sql.c Free memory leaks 2009-12-12 00:15:50 +00:00
gnc-slots-sql.h Re-indentation of source code, next batch. 2010-02-18 05:31:54 +00:00
gnc-transaction-sql.c More conversion to read/write objects from sql backend using gobject parameters 2010-02-28 23:19:34 +00:00
gnc-transaction-sql.h Re-indentation of source code, next batch. 2010-02-18 05:31:54 +00:00
Makefile.am Move splint-defs.h to src/debug. 2010-02-11 09:08:08 +00:00