Re: Code formatting Re: SQL backend performance

2010-02-25 Thread Phil Longstaff
On Thu, 2010-02-25 at 09:49 +0100, Christian Stimming wrote: > Zitat von Phil Longstaff : > >> http://lists.gnucash.org/pipermail/gnucash-devel/2009-August/026121.html > >> and > >> my commit r18675 recently. I didn't apply this to the full source > >> tree so far > >> in order not to destroy so

Re: Code formatting Re: SQL backend performance

2010-02-25 Thread Christian Stimming
Zitat von Phil Longstaff : http://lists.gnucash.org/pipermail/gnucash-devel/2009-August/026121.html and my commit r18675 recently. I didn't apply this to the full source tree so far in order not to destroy some people's diffs which are still waiting to be applied... I think the directory you'r

Re: Code formatting Re: SQL backend performance

2010-02-24 Thread Phil Longstaff
On Wed, 2010-02-24 at 22:18 +0100, Geert Janssens wrote: > On Wednesday 24 February 2010, Phil Longstaff wrote: > > On Wed, 2010-02-24 at 20:50 +0100, Christian Stimming wrote: > > Christian, could you create such a central file with the options you are > > using? > > > Agreed on the idea of an op

Re: Code formatting Re: SQL backend performance

2010-02-24 Thread Geert Janssens
On Wednesday 24 February 2010, Phil Longstaff wrote: > On Wed, 2010-02-24 at 20:50 +0100, Christian Stimming wrote: > > > So I applied the same treatment to load_splits_for_tx_list, > > > substituting g_list_prepend for g_list_append inside the > > > split-fetching loop and reversing the list on co

Code formatting Re: SQL backend performance

2010-02-24 Thread Phil Longstaff
On Wed, 2010-02-24 at 20:50 +0100, Christian Stimming wrote: > > So I applied the same treatment to load_splits_for_tx_list, > > substituting g_list_prepend for g_list_append inside the > > split-fetching loop and reversing the list on completion of the loop. > > I rebuilt and tried again and now m