This is an automated email from the ASF dual-hosted git repository.
pcristof pushed a change to branch OPENJPA-2940
in repository https://gitbox.apache.org/repos/asf/openjpa.git
from 6e3aa4ee7 [WIP][OPENJPA-2940] Completed cast to number JPQL function
new 003f5e526 [WIP][OPENJPA-2940] Implementing Criteria typecast support
new f06c2231f [WIP][OPENJPA-2940] Fixing Criteria typecast support when
target type is a number
new d6ffe7c2d [WIP][OPENJPA-2940] Avoiding tests of criteria typecasts in
unsupporting db (derbydb)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../persistence/criteria/TestStringCriteria.java | 2 +-
.../criteria/TestTypecastAsCriteria.java | 135 +++++++++++++++++++++
.../persistence/criteria/ExpressionImpl.java | 14 ++-
.../openjpa/persistence/criteria/Expressions.java | 36 ++++++
.../openjpa/persistence/criteria/PathImpl.java | 14 ++-
5 files changed, 196 insertions(+), 5 deletions(-)
create mode 100644
openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/criteria/TestTypecastAsCriteria.java