AtomGraph / Processor

Ontology-driven Linked Data processor and server for SPARQL backends. Apache License.
https://hub.docker.com/r/atomgraph/processor/
Apache License 2.0
58 stars 7 forks source link

QueryBuilder.getSubSelect() non-deterministic? #2

Closed namedgraph closed 9 years ago

namedgraph commented 9 years ago

When there are multiple SELECT in the query, QueryBuilder.getSubSelect() seems to choose not the first one but any at random. This breaks setting modifiers such as ORDER BY etc.

namedgraph commented 9 years ago

QueryBuilder refactoring (ElementWalker now compiles a list of sub-Selects and ResourceBase uses the first one) seems to have solved this.