Re: Reading whole db at startup (was Re: String lengths in the SQL backend)

2008-11-20 Thread Daniel Espinosa
If you look at libqof's code you'll find that all GC's QOF implementation is based in store *all* data object in memory using a GHashTable using a string for the object type and GUID for identification, any search for any object is a foreach routine. This implementation is good for XML data store,

Reading whole db at startup (was Re: String lengths in the SQL backend)

2008-11-20 Thread Phil Longstaff
On November 16, 2008 02:01:05 pm Derek Atkins wrote: > Phil Longstaff <[EMAIL PROTECTED]> writes: > >> Wait, the ENTIRE contents are read in? Historically only "necessary > >> data" was read in. That would be the Accounts and Commodities from > >> the main CoA. The transactions were all loaded o

Re: [PATCH] quote fetching ability in transfer dialog

2008-11-20 Thread Christian Stimming
Am Dienstag, 11. November 2008 22:10 schrieb jamie campbell: > This patch adds a button to get the latest rate. The patch itself was fine. But I'd like to ask you to spend a little extra work here with respect to the placement of the "Fetch Rate" button. Right now it's the rightmost button, but

Re: PATCH: supporting mixed currency for invoice payment

2008-11-20 Thread Christian Stimming
FTR: Committed to SVN trunk, r17710. Thanks a lot! Christian Am Dienstag, 4. November 2008 23:42 schrieb jamie campbell: > This patch extends the payment dialog to allow paying foreign-currency > AP with local currency, or local-currency AP with foreign currency (I > don't know if there's a use-

Re: PATCH: disallowing bill post to wrong commodity account

2008-11-20 Thread Christian Stimming
Never mind my original issues. I've fixed this issue myself, r17709 and r17711. I've applied both patches so that altogether all three of your patches are now in SVN. Thanks a lot! Christian Am Donnerstag, 20. November 2008 10:30 schrieb Christian Stimming: > Am Montag, 3. November 2008 18:03

Re: [PATCH] quote fetching ability in transfer dialog

2008-11-20 Thread Christian Stimming
Am Dienstag, 11. November 2008 22:10 schrieb jamie campbell: > This patch adds a button to get the latest rate. > > It's part of the Gnucash multicurrency extensions project I'm working > through, see also emails Nov 4th 16:42; Nov 4 16:46; Oct 31 16:14 , as > well as the original proposal email oc

Re: PATCH: disallowing bill post to wrong commodity account

2008-11-20 Thread Christian Stimming
Am Montag, 3. November 2008 18:03 schrieb Mark Jenkins: > > Could you use "svn diff" or "diff -u" and re-attach please? > > A 'standard diff' is very hard to read/follow. > > Attached. Apply with patch -p0 from within the source directory. > > Jamie is working on the proposal I made in my Oct 23 po