This is an automated email from the ASF dual-hosted git repository.
struberg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git.
from 3647e4e OPENJPA-2665 typed Collection
new bb5503b OPENJPA-2861 add unit tests for select sum(case..)
new 5fd5de9 OPENJPA-2862 select SUM return types fixed
new 0fc957a OPENJPA-2861 fix Raw handling
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:
.../jdbc/kernel/exps/JDBCExpressionFactory.java | 20 +----------
.../org/apache/openjpa/jdbc/kernel/exps/Lit.java | 40 +++++++++++++---------
.../org/apache/openjpa/jdbc/kernel/exps/Sum.java | 23 ++++++++++---
.../openjpa/jira1794/TestAggregateFunctions.java | 33 ++++++++++++++++++
.../jdbc/query/TestAggregateQueryWithNoResult.java | 8 ++---
.../expressions/TestJPQLScalarExpressions.java | 2 +-
6 files changed, 80 insertions(+), 46 deletions(-)