Add support for client-side-parsed SQL-like queries.

Linas Vepstas linas at cvs.gnucash.org
Fri Apr 9 09:59:44 EDT 2004


Log Message:
-----------
Add support for client-side-parsed SQL-like queries.  
Users can now write things such as 
'SELECT * FROM xaccTransaction WHERE datePosted > 4/4/4;"
and have the qof query mechanism work as before, and return
a glist of transactions.  For example demo usage, see the qof tarball.
Works, but needs improvement.

Added Files:
-----------
    gnucash/src/engine:
        qofsql.c
        qofsql.h


More information about the gnucash-patches mailing list