Hey, with such query string
SELECT * { ?s ?p ?o } ORDER BY ASC(STR(?o))
passed into QueryFactory.create() and calling toString() on the Query
object, what I get back is:
SELECT *
WHERE
{ ?s ?p ?o }
ORDER BY ASCstr(?o)
where ASC is missing parentheses . DESC() doesn't have this problem. I
assume it's a bug?
Martynas
graphity.org
