Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        qof - Query engine library for C objects
        
        QOF - The Query Object Framework is a C library that provides a query engine
to C applications.  This allows SQL-like queries to be performes on a
collection of C/C++ objects (which act like SQL tables).
QOF is an offshoot of the GnuCash engine, consisting of those pieces
unrelated to accounting.  The Query Engine allows C/C++ applications
to treat random collections of objects as if they were SQL tables,
and perform table-join type queries across them.  In addition, the
query engine can be backed by an actual database, so that instances
of local objects can act as a 'cache' to a much larger SQL database.
 
        
        
        Packages
        
            
                | Name | 
                Version | 
                Release | 
                Type | 
                Size | 
                Built | 
            
            
                | qof | 
                0.6.4 | 
                4.fc4 | 
                ppc | 
                395 KiB | 
                Fri May 12 18:01:03 2006 | 
            
        
        Changelog
        
            - * Fri May 12 18:00:00 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 0.6.4-4
 
            - After talking with upstream it was decided that the supposed char problem
  was a problem with the test suite.  New patch fixes an overflow in the
  tests.
 
        
            - * Sun Apr 30 18:00:00 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 0.6.4-3
 
            - Fix stupid in a hurry typo.
 
        
            - * Sun Apr 30 18:00:00 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 0.6.4-2
 
            - Patch to fix a signed/unsigned char problem on ppc.