Code

Let iterator operators fill in the left operand of child operators.
[sysdb.git] / src / frontend / analyzer.c
2015-03-08 Sebastian HarlLet iterator operators fill in the left operand of...
2015-03-08 Sebastian HarlLet the first operand of ANY/ALL iterators be an expres...
2015-03-04 Sebastian HarlAllow the left operand of comparison operations to...
2015-03-04 Sebastian Harlanalyzer: Check that all iterators use ary operators.
2015-03-01 Sebastian HarlAdd support for the 'NOT IN' operator.
2015-03-01 Sebastian Harlanalyzer: The left operand of IN may be an array as...
2015-03-01 Sebastian Harlanalyzer: Check the data-type of IN operands.
2015-02-27 Sebastian Harlanalyzer: Verify the type of arithmetic operands.
2015-02-27 Sebastian Harlanalyzer: Check types of comparison operands.
2015-01-10 Sebastian Harlfrontend/grammar: Added 'STORE host|service|metric...
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 Harlstore: Let array iterators support regex matches as...
2014-11-09 Sebastian Harlstore, frontend: Added support for iterating arrays...
2014-11-05 Sebastian Harlfrontend: Let the analyzer report details about errors.
2014-11-04 Sebastian Harlfrontend/analyzer: Check name parameters for FETCH.
2014-10-27 Sebastian Harlfrontend: Added basic support for semantic AST analysis.