Scope tracking of variables does nto 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


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