Code

store: Fix execution of more complex iterators.
[sysdb.git] / t / unit / frontend / query_test.c
2015-09-02 Sebastian Harlstore: Fix execution of more complex iterators.
2015-09-02 Sebastian HarlAllow and implement iterating arbitrary (non-constant...
2015-08-13 Sebastian Harlfrontend: Connection-specific functions now use the...
2015-08-08 Sebastian Harlstore: Drop the global (default) store.
2015-05-21 Sebastian HarlReplaced sdb_store_<type> with sdb_plugin_store_<type>.
2015-05-21 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-05-21 Sebastian HarlFix an uninitialized value warnings caused by clang...
2015-05-21 Sebastian Harlstore: Make the actual store a separate object.
2015-05-20 Sebastian Harldata: Use a predefined format for sdb_strftime().
2015-05-19 Sebastian Harldata: Add basic support for a boolean type.
2015-05-19 Sebastian Harlstore: Add sdb_store_query_prepare_matcher().
2015-05-18 Sebastian Harlfrontend: Drop sdb_fe_store_* in favor of sdb_store_que...
2015-05-18 Sebastian Harlfrontend/query_test: Add tests for the lower level...
2015-05-17 Sebastian Harlstore, frontend: Add sdb_store_query_execute use it...
2015-05-15 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-05-15 Sebastian Harlfrontend/query_test: Test various QUERY functions.
2015-05-14 Sebastian Harlstore: Store a service/metric's parent hostname as...
2015-02-28 Sebastian Harlt/unit/: Create one test binary for each *_test.c file.
2015-02-27 Sebastian Harlfrontend/query_test.c: Added unit tests for the FETCH...