Code

FETCH: Add parameter for fetching the main object without children.
authorSebastian Harl <sh@tokkee.org>
Fri, 9 Oct 2015 16:56:12 +0000 (18:56 +0200)
committerSebastian Harl <sh@tokkee.org>
Fri, 9 Oct 2015 16:56:12 +0000 (18:56 +0200)
commit0012c03f12422094042bc1458000ac94a38e9efe
treee3e40a6469e48a6d96fbf233e6a7e3c592671f83
parent98439daa576d4dbc533e9d4b8a5f493926389554
FETCH: Add parameter for fetching the main object without children.

That is, exclude any attributes or child objects.

Use this to simplify the TIMESERIES fetcher which no longer requires an
attribute callback.
src/core/memstore_exec.c
src/frontend/query.c
src/include/parser/ast.h
src/parser/ast.c
src/parser/grammar.y