You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (Updated) (JIRA)" <ji...@apache.org> on 2011/10/15 21:37:11 UTC

[jira] [Updated] (JENA-142) Scope tracking of variables does not work for UNION.

     [ 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