QOF
0.8.7
|
The QOF SQLite backend is now mostly functional. This backend is designed for use by embedded systems where libxml2 is too large - other, larger, systems will be able to use a more comprehensive libgda backend that can connect with a variety of databases using plugins.
SQLite is typeless so the types defined for the various QOF parameter types act as more of a guide than a rule.
CREATE TABLE sqlite_kvp ("kvp_id int primary key not null", "guid char(32)", "path mediumtext", "type mediumtext", "value text", END_DB_VERSION);Entity tables therefore do not contain kvp data. Although the KVP table uses an internal ID number, all lookups are done via the GUID of the entity.
@{