It's been rumoured that Christopher Browne said: > c) By virtue of being different, it encourages the decoupling of > front end from back end, which is Highly Desirable. OK, you convinced me. Its a good idea. Note, though, the 'engine' is already mostly (I want to say 'completely') decoupled from the 'persistance model' (aka file format or sql back end). The engine should be able to trivially support the transaction-per-directory data persistance model. The engine may need extensions to handle random access to stored data (e.g. to pull out onlyu a small subset of sql records). Although, come to think of it, if the 'Query' object is used consistently by the GUI, (and I think it is) then tweaking shouldn't be necessary. Although, reqalisitcally, tweaks will probably be needed. --linas -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]
- Re: date range in register. Rob Walker
- Re: date range in register. Christopher Browne
- Re: date range in register. Rob Walker
- Transaction Locking Christopher Browne
- Re: Transaction Locking Derek Atkins
- Directories as Transactions (or vice v... Christopher Browne
- Re: Directories as Transactions (... Russell Nelson
- Re: Directories as Transactions (... Rob Walker
- Re: Directories as Transactions (... Christopher Browne
- Re: Directories as Transactions (... Russell Nelson
- Re: Directories as Transactions (... linas
- Re: Directories as Transactions (... Derek Atkins
- Re: Directories as Transactions (... Rob Browning
- Guile Listener Christopher Browne
- Re: Guile Listener Rob Browning
- Re: Guile Listener Dave Peticolas
- Re: Guile Listener Rob Browning
- Re: Guile Listener Christopher Browne
- Re: Transaction Locking linas
- Re: Transaction Locking Rob Browning
- Database Backends Christopher Browne