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 2015/10/02 18:04:27 UTC

[jira] [Commented] (JENA-1034) QueryBuilder do not support adding a group pattern as an optional.

    [ https://issues.apache.org/jira/browse/JENA-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14941307#comment-14941307 ] 

Andy Seaborne commented on JENA-1034:
-------------------------------------

Can this be closed?

(The Jena 2.12.x branch isn't actively tracking changes - do backport if you need it but its' not getting other patches from master)

> QueryBuilder do not support adding a group pattern as an optional.
> ------------------------------------------------------------------
>
>                 Key: JENA-1034
>                 URL: https://issues.apache.org/jira/browse/JENA-1034
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: QueryBuilder
>    Affects Versions: Jena 3.0.0
>            Reporter: Claude Warren
>            Assignee: Claude Warren
>            Priority: Minor
>
> Optional does not support adding a group pattern of the form:
> OPTIONAL {
>     ?s <q> 123 .
>     ?s <v> ?x .
>     FILTER(?x>56)
> }
> i.e a compound OPTIONAL pattern?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)