Code

frontend/parser: Let ‘LIST’ and ‘FETCH’ accept optional filters as well.
authorSebastian Harl <sh@tokkee.org>
Sat, 2 Aug 2014 20:16:59 +0000 (22:16 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 2 Aug 2014 20:16:59 +0000 (22:16 +0200)
commitb4d485cde96751e1ec832d0e75a3e6081006a1a4
tree73502f382afcb0ee78e22ea22eaf76dd9ffaead9
parent05f8e6e8f6132ef71e51280a75a9ad9aa0c00665
frontend/parser: Let ‘LIST’ and ‘FETCH’ accept optional filters as well.

This allows for more consistent results across different types of queries.
src/frontend/connection-private.h
src/frontend/grammar.y
src/frontend/query.c
t/unit/frontend/parser_test.c