QOF (Query Object Framework), provides a set of C Language utilities for performing generic structured complex queries on a set of data held by a set of C/C++ objects. This framework is unique in that it does not require SQL or any database at all to perform the query. Thus, it allows programmers to add query support to their applications without having to hook into an SQL database.
| Tags | Database Database Engines/Servers Information Management Office/Business Financial Accounting Software Development Libraries Application Frameworks Object Brokering Text Processing Markup XML |
|---|---|
| Licenses | GPL |
| Operating Systems | Mac OS X POSIX Linux |
| Implementation | C |
Recent releases


Release Notes: This release uses anonymous union instead of type punning in md5.c|h to avoid a compiler error with strict aliasing.


Release Notes: This bugfix release reimplements the deprecated GCache, which is due for removal from glib. The new version is QStrCache, limited to just the author's string cache requirements and compatible with previous releases.


Release Notes: A problem in 0.8.3 was picked up. This release fixes the internal link to qofsql, which breaks chroot builds and cross builds.


Release Notes: A nuisance check with gcc-4.6 -Werror is ignored by removing some code but marking most as unused despite actually being used. The .la file was dropped from libqof-dev and jquery.js was dropped from doxygen output.


Release Notes: This release adds KVP_TYPE_BOOLEAN support, extensible error handling, and new Brazilian Portuguese and Indonesian translations. It fixes doxygen support (so that it can be disabled cleanly) and a sqlite error that resulted in spurious temporary files. It improves speed in the sqlite backend, packages the .pot file directly, and removes AM_MAINTAINER_MODE. QofError is designed for user-friendly messages and supports setting errors and error messages on-the-fly to provide user error messages that are as detailed, relevant, and helpful as possible.