You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Claude Warren (JIRA)" <ji...@apache.org> on 2016/03/01 23:44:18 UTC

[jira] [Closed] (JENA-1151) QueryBuilder subquery processing does not properly handle expressions in the projected vars

     [ https://issues.apache.org/jira/browse/JENA-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claude Warren closed JENA-1151.
-------------------------------

Build succeeded

> QueryBuilder subquery processing does not properly handle expressions in the projected vars
> -------------------------------------------------------------------------------------------
>
>                 Key: JENA-1151
>                 URL: https://issues.apache.org/jira/browse/JENA-1151
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: QueryBuilder
>    Affects Versions: Jena 3.0.1
>            Reporter: Claude Warren
>            Assignee: Claude Warren
>            Priority: Minor
>             Fix For: Jena 3.1.0
>
>
> When processing a subquery the query builder does not properly handle the case where expressions are included in the subquery vars/projection.  The var names exist but the associated expressions are missing.
> for example "Select count(*) as ?x where { ?s ?p ?o }" returns "select ?x where {?s ?p ?o}"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)