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 1652794 use local connection without SSL for MySQL in Docker
new 9461ffd OPENJPA-2775 OPENJPA-2555 fraction of seconds in MySQL
new 3b4c2e6 OPENJPA-2755 OPENJPA-2555 use scale to set Date fractions
new 0530b5b OPENJPA-2755 OPENJPA-2555 support fractions of a second
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:
.../src/main/resources/META-INF/persistence.xml | 3 +-
.../org/apache/openjpa/jdbc/meta/MappingInfo.java | 20 ++---
.../openjpa/jdbc/schema/DynamicSchemaFactory.java | 2 +-
.../org/apache/openjpa/jdbc/sql/DBDictionary.java | 53 ++++++++++++-
.../apache/openjpa/jdbc/sql/MySQLDictionary.java | 16 +++-
.../openjpa/persistence/access/FieldSub3.java | 1 +
.../persistence/access/TestExplicitAccess.java | 3 +
.../persistence/kernel/TestDateQueries.java | 89 ++++++++++++++++++++++
.../kernel/common/apps/AllFieldTypesTest.java | 89 ++++++++++++++++++++++
openjpa-slice/pom.xml | 2 +-
pom.xml | 8 +-
11 files changed, 258 insertions(+), 28 deletions(-)