Code

store: Add sdb_store_query_prepare_matcher().
authorSebastian Harl <sh@tokkee.org>
Tue, 19 May 2015 18:08:56 +0000 (20:08 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 19 May 2015 18:08:56 +0000 (20:08 +0200)
commit5ced2b9eb4d4def7d3ad5b1172004293e7a68e0e
tree0edfc95156e95397d7cfcfd8b563aa0951ff285e
parent4404b790e34bebc820c02d5749c84c0c975ba417
store: Add sdb_store_query_prepare_matcher().

This prepares a logical expression described by an AST for execution as a
store matcher. This is useful for anything that uses the lower level store
lookup functions.
src/core/store_query.c
src/include/core/store.h
t/unit/core/store_expr_test.c
t/unit/core/store_lookup_test.c
t/unit/frontend/query_test.c