BTW, I'm using Jena 2.7.2 / ARQ 2.9.2.

On Tue, May 7, 2013 at 9:34 PM, Martynas Jusevičius
<[email protected]> wrote:
> 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

Reply via email to