Code

store: Added sdb_store_get_field().
authorSebastian Harl <sh@tokkee.org>
Thu, 31 Jul 2014 21:07:30 +0000 (23:07 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 31 Jul 2014 21:07:30 +0000 (23:07 +0200)
commit6fbccd38ba921b0f08b4a38ef3568bd9ca12fcd5
tree8ccbb4f337b7d9df09e2f5244fb3c07c765baab1
parent5703edf70261173a482692ad5dcaa37b27eab64e
store: Added sdb_store_get_field().

This function may be used to retrieve the value of queryable fields of objects
in the store.

For now, all fields except the backend(s) are supported.
src/core/store.c
src/core/store_lookup.c
src/include/core/store.h
t/unit/core/store_test.c