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 (JIRA)" <ji...@apache.org> on 2013/01/10 11:10:13 UTC

[jira] [Issue Comment Deleted] (JENA-361) Printing queries restarts the bNode labels inside subqueries.

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

Andy Seaborne updated JENA-361:
-------------------------------

    Comment: was deleted

(was: This also affects updates.

Test case:

arq.uparse.main("INSERT {} WHERE { ?x ?p [ ?a  ?b ] } ") ; )
    
> Printing queries restarts the bNode labels inside subqueries.
> -------------------------------------------------------------
>
>                 Key: JENA-361
>                 URL: https://issues.apache.org/jira/browse/JENA-361
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: ARQ
>    Affects Versions: Jena 2.7.4, ARQ 2.9.4
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Minor
>             Fix For: Jena 2.10.0
>
>
> Examples:
> SELECT  *
>   {  
>     { SELECT  * { ?s1 ?p1 _:b0 } }
>     { SELECT  * { ?s1 ?p1 _:b1 } }
>   }
> SELECT  *
>   {  
>     { SELECT  * { ?s1 ?p1 _:b0 } }
>     ?s1 ?p1 _:b1
>   }
> Both the _:b1 become _:b0 when read in and printed out.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira