Code

store, frontend: Parse object field matchers.
authorSebastian Harl <sh@tokkee.org>
Wed, 30 Jul 2014 08:48:23 +0000 (10:48 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 30 Jul 2014 08:48:23 +0000 (10:48 +0200)
commit90ada5c7c86cf280b2a4468e285671e9314e0d29
treec1cd60f5a4efc079499db29db32d33b23f87b520
parentc170fba7115034b0d39ee8cf9d3bec9c706110f1
store, frontend: Parse object field matchers.

Field names are identified as ":<field-name>" and all conditional operators
are supported to compare them against an expression.
src/core/store_lookup.c
src/frontend/grammar.y
src/include/core/store.h
t/unit/core/store_lookup_test.c