Code

store_expr: Added support to include field values in an expression.
authorSebastian Harl <sh@tokkee.org>
Thu, 31 Jul 2014 21:09:29 +0000 (23:09 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 31 Jul 2014 21:09:29 +0000 (23:09 +0200)
commit45e97a5c2c641995c7a6fd036ca11a6341f227c8
tree825964742f3c956c228c408be953e7dab276d0fe
parent6fbccd38ba921b0f08b4a38ef3568bd9ca12fcd5
store_expr: Added support to include field values in an expression.

Added sdb_store_expr_fieldvalue() to create such an expression object and pass
a stored object to sdb_store_expr_eval() to be able to extract the field value
when evaluation the expression.
src/core/store_expr.c
src/core/store_lookup.c
src/include/core/store.h