Code

Allow and implement iterating arbitrary (non-constant) array values.
authorSebastian Harl <sh@tokkee.org>
Wed, 2 Sep 2015 21:49:20 +0000 (23:49 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 2 Sep 2015 21:49:20 +0000 (23:49 +0200)
commit026ce2bb377f4055e3a0a1d20a2f91e5a73a49b0
tree96ec62ba4d7d37728a45b9996c3d040dbf5f3ea8
parent5a53faeea89f0a24b113f6c273734808fdfccf31
Allow and implement iterating arbitrary (non-constant) array values.

That is, iterators may now work with arithmetic expressions that evaluate to
an array.
src/core/store_expr.c
src/core/store_lookup.c
src/parser/analyzer.c
t/unit/frontend/query_test.c
t/unit/parser/parser_test.c