author | Sebastian Harl <sh@tokkee.org> | |
Sun, 17 May 2015 19:58:03 +0000 (21:58 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 17 May 2015 19:58:03 +0000 (21:58 +0200) | ||
commit | 740f1a8839faaf3033ea23f4cf2eea0dc0209d13 | |
tree | 91f1ddf2b890dc79ae50a360f5ea2af43c394e4e | tree | snapshot |
parent | c2f7813397319e930c81c4f64b213bec64549167 | commit | diff |
store, frontend: Add sdb_store_query_execute use it instead of sdb_fe_exec.
This new function executes a generic QUERY matcher as returned by
sdb_store_query_prepare and writes the reply to a string buffer.
This new function executes a generic QUERY matcher as returned by
sdb_store_query_prepare and writes the reply to a string buffer.
src/Makefile.am | diff | blob | history | |
src/core/store_exec.c | [new file with mode: 0644] | blob |
src/core/store_query.c | diff | blob | history | |
src/frontend/query.c | diff | blob | history | |
src/frontend/store.c | diff | blob | history | |
src/include/core/store.h | diff | blob | history | |
src/include/frontend/connection.h | diff | blob | history | |
t/unit/frontend/query_test.c | diff | blob | history |