Code

frontend: Added 'FILTER' support to the 'LOOKUP' command.
authorSebastian Harl <sh@tokkee.org>
Wed, 30 Jul 2014 19:02:35 +0000 (21:02 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 30 Jul 2014 19:02:35 +0000 (21:02 +0200)
commit3f0db5bd32f136de9e7cfa8250f0c20469261241
treee409f7d8757e14ebd0cdae7b28011c59f71d6c9e
parent14319a3eb576bf41f6185fe9602e06fb9eca05e1
frontend: Added 'FILTER' support to the 'LOOKUP' command.

The new syntax is 'LOOKUP <obj> MATCHING <cond> [FILTER <cond>]'.
src/frontend/connection-private.h
src/frontend/grammar.y
src/frontend/query.c
src/frontend/scanner.l
t/integration/simple_query.sh
t/unit/frontend/parser_test.c