[ 
https://issues.apache.org/jira/browse/JDO-633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12725512#action_12725512
 ] 

Andy Jefferson commented on JDO-633:
------------------------------------

DataNucleus query language="JDOQL2" (a replacement for the JDOQL implementation 
that we've used since day 1, for RDBMS datastores) now has support for 
List.get(int). Set persistence property 
"datanucleus.query.JDOQL.implementation" to be "JDOQL2" and it will use this 
implementation. 

In-memory evaluation of JDOQL also has support for List.get(int).

> List.get(int) support in JDOQL is missing
> -----------------------------------------
>
>                 Key: JDO-633
>                 URL: https://issues.apache.org/jira/browse/JDO-633
>             Project: JDO
>          Issue Type: New Feature
>          Components: specification, tck2
>    Affects Versions: JDO 2 maintenance release 2
>            Reporter: Timo Westkämper
>
> It would be nice to get List.get(int) into JDOQL, in other words access of 
> indexed list elements.
> Querydsl has support for that and for consistency it would be nice if JDOQL 
> supported it as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to