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 (Created) (JIRA)" <ji...@apache.org> on 2011/10/15 21:37:11 UTC

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

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

        

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

Posted by "Andy Seaborne (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JENA-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne updated JENA-142:
-------------------------------

    Fix Version/s: ARQ 2.9.1
    
> 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

        

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

Posted by "Andy Seaborne (Updated) (JIRA)" <ji...@apache.org>.
     [ 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

        

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

Posted by "Andy Seaborne (Closed) (JIRA)" <ji...@apache.org>.
     [ 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

        

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

Posted by "Andy Seaborne (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JENA-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne resolved JENA-142.
--------------------------------

    Resolution: Fixed
    
> 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