Code

parser: Add support for <expr> IS [NOT] TRUE / FALSE queries.
authorSebastian Harl <sh@tokkee.org>
Tue, 19 May 2015 21:11:35 +0000 (23:11 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 19 May 2015 21:11:35 +0000 (23:11 +0200)
commit518059384a38dbf5b4384c77dc859689ce80cc9d
tree1124fed91fd3cfd94e992d5f9c7e933d94c8aaed
parent1426e3fcf927d6321fd2cf8595394f817bb1a0e2
parser: Add support for <expr> IS [NOT] TRUE / FALSE queries.
src/core/store_query.c
src/include/parser/ast.h
src/parser/analyzer.c
src/parser/grammar.y
src/parser/scanner.l
t/unit/core/store_lookup_test.c
t/unit/parser/parser_test.c