[ https://issues.apache.org/jira/browse/OPENJPA-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17923109#comment-17923109 ]
ASF subversion and git services commented on OPENJPA-2932: ---------------------------------------------------------- Commit 4cc3050998afbdf8d59d5e96ccc9ff0580ee07ff in openjpa's branch refs/heads/master from Paulo Cristovão de Araújo Silva Filho [ https://gitbox.apache.org/repos/asf?p=openjpa.git;h=4cc305099 ] [OPENJPA-2932] Implements numeric JPA 3.1 JPQL functions and equivalent Criteria API (#122) * [OPENJPA-2932] Implements numeric JPA 3.1 JPQL functions and equivalent Criteria API * Implements CEILING, EXP, FLOOR, SIGN, LN, POWER and ROUND JPQL functions * Ajusts JPQL.jjt * Added kernel and jdbc equivalent expressions * Added one test for each new expression in JPQL and Criteria API * Updates manual page referring new FUNCTIONS * Added DatabaseHelper to add necessary functions on DerbyDb (it does not natively support POWER and ROUND functions) > Implement numeric JPA 3.1 JPQL functions and equivalent Criteria API > -------------------------------------------------------------------- > > Key: OPENJPA-2932 > URL: https://issues.apache.org/jira/browse/OPENJPA-2932 > Project: OpenJPA > Issue Type: Bug > Components: jdbc, kernel > Affects Versions: 4.0.1 > Reporter: Paulo Cristovão de Araújo Silva Filho > Priority: Major > > As noted in OPENJPA-2930, although version 4.0.1 claims to be JPA 3.1 > compatible, pom.xml declared api is 3.0. I've already send a PR (121) on > github to bump JPA version, but it doesn't implement the API new features. > This issue is meant to keep tabs on implementation of {_}CEILING{_}, > {_}EXP{_}, {_}FLOOR{_}, {_}LN{_}, {_}POWER{_}, {_}ROUND{_}, and _SIGN_ > numeric functions to Jakarta Persistence QL and {_}ceiling(){_}, {_}exp(){_}, > {_}floor(), _ln(){_}, {_}power(){_}, {_}round(){_}, and _sign()_ to Criteria > API. > Impl reference may be found at [Jakarta EE site|#a5284].] > (Updated from original goal of implementing function by function). -- This message was sent by Atlassian Jira (v8.20.10#820010)