Re: MySQL sync

2009-08-14 Thread Phil Longstaff
I've thought a bit about an audit log for the sql backend. If all you need is a parallel set of tables (e.g. for accounts, have accounts_audit_log which contains the same fields, as well as an autoinc index and date), then you might be able to implement it using triggers - any change to the acc

Re: MySQL sync

2009-08-14 Thread Vladimir Bashkirtsev
Derek Atkins wrote: Hi, Please remember to CC gnucash-devel on all replies using your mailer's Reply-To-List or Reply-All functionality. Missed that. Now I have pressed correct button. :) Vladimir Bashkirtsev writes: Derek, Perhaps I need to check ascertain amount of work involved. T

Re: MySQL sync

2009-08-14 Thread Derek Atkins
Hi, Please remember to CC gnucash-devel on all replies using your mailer's Reply-To-List or Reply-All functionality. Vladimir Bashkirtsev writes: > Derek, > > Perhaps I need to check ascertain amount of work involved. There's two > approaches we can take: first one is using timestamps and re-re

Re: Common code indentation (follow-up to 2007 discussion)

2009-08-14 Thread Chris Dennis
Tom Browder wrote: On Thu, Aug 13, 2009 at 15:56, Tim Abell wrote: Late to the party, but currently I prefer tab indents to spaces as it allows each developer to decide for themselves how big the indent is. ... -ce Cuddle else and preceeding `}´. Ugly! -Tom Ugliness is in the eye of t

Re: Common code indentation (follow-up to 2007 discussion)

2009-08-14 Thread Tom Browder
On Thu, Aug 13, 2009 at 15:56, Tim Abell wrote: > Late to the party, but currently I prefer tab indents to spaces as it allows > each developer to decide for themselves how big the indent is. ... >> -ce     Cuddle else and preceeding `}´. Ugly! -Tom ___