AtomGraph / Web-Client

Generic Linked Data browser and UX component framework. Apache license.
https://hub.docker.com/r/atomgraph/web-client/
Apache License 2.0
121 stars 13 forks source link

ORDER BY in QueryBuilder can produce invalid queries #29

Closed namedgraph closed 11 years ago

namedgraph commented 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.