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

ASF subversion and git services commented on JENA-2357:
-------------------------------------------------------

Commit a3165eb4f77ed0a694b5a9c62311cce3b6db70c6 in jena's branch 
refs/heads/main from Claude Warren
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=a3165eb4f7 ]

Merge pull request #2085 from Claudenw/add_list_to_builder_where

JENA-2357 Add Collection as a valid type for where clause node in query builder.

> Add Ability to use Collection objects for Nodes in QueryBuilder classes
> -----------------------------------------------------------------------
>
>                 Key: JENA-2357
>                 URL: https://issues.apache.org/jira/browse/JENA-2357
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: QueryBuilder
>    Affects Versions: Jena 5.0.0
>            Reporter: Claude Warren
>            Assignee: Claude Warren
>            Priority: Minor
>
> Attempting to add a List or other Collection as a node in the QueryBuilder 
> where clause should result in in an RDF List like object being created.
> so
> AddWhere( A, B, List.of( C, D ))  should result in the same where clause as
> Select * WHERE \{ A B (C,D) }
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to