Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Affects Version/s: BIGDATA_RELEASE_1_2_0
-
Fix Version/s: None
-
Component/s: Bigdata RDF Database
-
Labels:
Description
Given:
@prefix ex: <http://example.org/>. ex:Jim ex:hasName "Jim". ex:Michael ex:hasName "Michael". ex:Dwight ex:hasName "Dwight".
and the query:
PREFIX ex: <http://example.org/> SELECT DISTINCT ?sub WHERE { ?sub ex:hasName ?name. } order by DESC(?name)
The projected solutions are incorrect if the ORDER BY attribute is not also projected.