Code

frontend: Improved parser error reporting.
[sysdb.git] / t / unit / frontend / parser_test.c
2014-11-05 Sebastian Harlfrontend: Improved parser error reporting.
2014-11-04 Sebastian Harlfrontend/grammar: Added support for FETCHing all object...
2014-11-04 Sebastian Harlparser_test: Fixed semantically invalid filter statements.
2014-10-25 Sebastian Harlfrontend/grammar: Access fields by their name rather...
2014-10-25 Sebastian Harlfrontend/grammar: Changed '<obj> <cmp> <expr>' to ...
2014-10-25 Sebastian Harlstore: Renamed child-matcher to any-matcher.
2014-10-23 Sebastian Harlstore: Removed now unused name-matcher and sdb_store_ma...
2014-10-23 Sebastian Harlfrontend/grammar: Implement '<obj> <op> <expr>' using...
2014-10-22 Sebastian Harlstore: Renamed sdb_store_cmp_XX to sdb_store_XX_matcher.
2014-10-22 Sebastian Harlstore: Removed sdb_store_matcher_parse_field_cmp()...
2014-10-21 Sebastian Harlfrontend/grammar: Unified field and attribute value...
2014-10-21 Sebastian Harlt/: Let tests use '<expr> IN .backend'.
2014-10-19 Sebastian Harlfrontend/grammar: Fixed parsing of 'attribute[<string>]'.
2014-10-17 Sebastian Harlfrontend/grammar: Use strings to access attribute value...
2014-10-17 Sebastian Harlstore, frontend: Make IS (NOT) NULL an unary operator...
2014-10-17 Sebastian Harlparser_test: Added various arithmetic expressions to...
2014-10-17 Sebastian HarlAdded tests for sdb_fe_parse_expr() and fixed the imple...
2014-10-09 Sebastian Harlfrontend/parser: Added support for string concatenation.
2014-10-06 Sebastian Harlfrontend/grammar: Use '.' instead of ':' to access...
2014-10-06 Sebastian Harlfrontend/grammar: Access attribute values using attribu...
2014-09-30 Sebastian Harlfrontend/grammar: Added support for LISTing services...
2014-08-23 Sebastian Harlfrontend: Added support for single quotes in string...
2014-08-16 Sebastian Harlfrontend/parser: Added support for the 'TIMESERIES...
2014-08-02 Sebastian Harlfrontend/grammar: Changes ‘FETCH 'name'’ to ‘FETCH...
2014-08-02 Sebastian Harlfrontend/grammar: Changed ‘LIST …’ to ‘LIST hosts …’.
2014-08-02 Sebastian Harlfrontend/parser: Let ‘LIST’ and ‘FETCH’ accept optional...
2014-08-02 Sebastian Harlfrontend/parser: Simplified handling of MATCHING and...
2014-07-31 Sebastian Harlfrontend/grammar: Added support for field names in...
2014-07-30 Sebastian Harlfrontend: Added 'FILTER' support to the 'LOOKUP' command.
2014-07-30 Sebastian Harlfrontend/parser: Added support for time interval values.
2014-07-27 Sebastian Harlfrontend: Added a parser for arithmetic expressions.
2014-07-27 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-07-27 Sebastian HarlQuery language: Changed 'LOOKUP .. WHERE' to 'LOOKUP...
2014-07-21 Sebastian Harlstore, frontend: Switch from <obj>.name to <obj>.
2014-07-20 Sebastian Harlstore, frontend: Added support for matching NULL attrib...
2014-06-23 Sebastian Harlstore/frontend: Added support for integer and float...
2014-06-19 Sebastian Harlstore_lookup: Let parse_cmp() use the new name matcher.
2014-04-26 Sebastian HarlMoved unit tests into t/unit/ subdirectory.