Code

frontend: Drop sdb_fe_store_* in favor of sdb_store_query_execute.
authorSebastian Harl <sh@tokkee.org>
Mon, 18 May 2015 21:57:06 +0000 (23:57 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 18 May 2015 21:57:06 +0000 (23:57 +0200)
commit4404b790e34bebc820c02d5749c84c0c975ba417
treec80532e853f7e170714a2f94305d5fa0ff177bb7
parent816e3e1e9fea25d37504e3f0f51b758a41e60ae3
frontend: Drop sdb_fe_store_* in favor of sdb_store_query_execute.

Instead, build a temporary AST to represent the command to be executed.
src/Makefile.am
src/frontend/query.c
src/frontend/store.c [deleted file]
t/unit/frontend/query_test.c