[
https://issues.apache.org/jira/browse/JENA-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy Seaborne updated JENA-142:
-------------------------------
Summary: Scope tracking of variables does not work for UNION. (was: Scope
tracking of variables does nto work for UNION.)
> 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
>
> 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