Code

Let the first operand of ANY/ALL iterators be an expression.
authorSebastian Harl <sh@tokkee.org>
Sun, 8 Mar 2015 10:56:33 +0000 (11:56 +0100)
committerSebastian Harl <sh@tokkee.org>
Sun, 8 Mar 2015 10:56:33 +0000 (11:56 +0100)
commitb072d9b2786422fcb8f068dd5076bd108a6228e9
tree575ea5d183a8b7dc2894665d44ac0afdf50acfdf
parent8b3cabcc3ff88a9b676bb29aa1f14f1036ef19c8
Let the first operand of ANY/ALL iterators be an expression.

For now, the same restrictions apply as before (iterate child objects or the
backends field). This is in preparation for more generic iterators.
src/core/store-private.h
src/core/store_lookup.c
src/frontend/analyzer.c
src/frontend/grammar.y
src/include/core/store.h
t/unit/core/store_lookup_test.c
t/unit/frontend/parser_test.c