Code

query language: Add support for attribute.value access.
[sysdb.git] / t / unit / frontend / parser_test.c
2015-03-15 Sebastian Harlquery language: Add support for attribute.value access.
2015-03-08 Sebastian HarlLet the first operand of ANY/ALL iterators be an expres...
2015-03-07 Sebastian Harlquery language: Change iterator syntax to ANY/ALL ...
2015-03-01 Sebastian Harlparser_test: Test further error cases and error propaga...
2015-03-01 Sebastian HarlAdd support for the 'NOT IN' operator.
2015-03-01 Sebastian Harlparser_test: Test various array expressions.
2015-02-28 Sebastian Harlt/unit/: Create one test binary for each *_test.c file.
2015-02-27 Sebastian Harlfrontend/parser_test: Convert to "loop" tests.
2015-02-27 Sebastian Harlparser_test: Add testcases covering operand type checks.
2015-02-01 Sebastian Harlparser_test: Added various tests for STORE commands.
2014-12-02 Sebastian Harlanalyzer: Analyze expressions as well; validate typed...
2014-11-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-11-12 Sebastian Harlfrontend: Added support for array constants.
2014-11-11 Sebastian HarlRenamed CONNECTION_* constants to SDB_CONNECTION_*.
2014-11-09 Sebastian Harlparser_test: Added various ANY/ALL iterator tests;...
2014-11-06 Sebastian Harlfrontend/grammar: Drop support for the special 'host...
2014-11-05 Sebastian Harlfrontend/grammar: Let LOOKUP support all object types.
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.