Code

frontend: Added simple 'LOOKUP <type> WHERE <expression>' query.
authorSebastian Harl <sh@tokkee.org>
Tue, 1 Apr 2014 20:45:19 +0000 (22:45 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 1 Apr 2014 20:45:19 +0000 (22:45 +0200)
commita916bb6643c413ee1d104f2a2274b5a9ca22d721
tree4a206485e44ec35ccf5a88d574702018f315169c
parent7f29e5abd3fad68ce9e3cfc11bd216a164fdcf43
frontend: Added simple 'LOOKUP <type> WHERE <expression>' query.

This query command may be used to retrieve a list of detailed host information
for each host matching the specified expression. For now, querying hosts is
supported only.
src/frontend/connection-private.h
src/frontend/grammar.y
src/frontend/query.c
src/frontend/scanner.l
src/include/frontend/connection.h
src/include/frontend/proto.h