Closed namedgraph closed 11 years ago
Currently it is possible to set an ORDER BY expression in QueryBuilder that uses a variable which is not present in the WHERE pattern. That will result in invalid SPARQL query. Exception should be thrown in this situation.
ORDER BY
QueryBuilder
WHERE
Currently it is possible to set an
ORDER BY
expression inQueryBuilder
that uses a variable which is not present in theWHERE
pattern. That will result in invalid SPARQL query. Exception should be thrown in this situation.