Commit bf8ce34
committed
sparql: SPARQL 1.1 UNION/MINUS/BIND/VALUES/aggregation + 'a' shorthand + loud rejection of unsupported forms (v0.4.5)
The evaluator silently mis-parsed UNION/MINUS/BIND/VALUES/SERVICE/GRAPH into empty results.
Adds real support for UNION, MINUS (antijoin), BIND (arith+CONCAT/STR), VALUES, and
COUNT/SUM/AVG/MIN/MAX with GROUP BY; 'a' now expands to rdf:type; and unsupported query
forms throw an explicit error instead of returning silently-wrong empties. 182 tests green.1 parent 794f75e commit bf8ce34
5 files changed
Lines changed: 359 additions & 34 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Binary file not shown.
Binary file not shown.
0 commit comments