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

Andy Seaborne closed JENA-142.
------------------------------

    
> Scope tracking of variables does not work for UNION.
> ----------------------------------------------------
>
>                 Key: JENA-142
>                 URL: https://issues.apache.org/jira/browse/JENA-142
>             Project: Jena
>          Issue Type: Bug
>          Components: ARQ
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>              Labels: arq, sparql
>             Fix For: ARQ 2.9.1
>
>
> test case:
> SELECT * {
>     { ?s ?p ?o} 
>     UNION 
>    { BIND('default' AS ?s) }
> }
> related group forms also need checking:
> { { ?s ?p ?o} BIND('default' AS ?s) }
> { { ?s ?p ?o} { BIND('default' AS ?s) } }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to