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 a5b50a5 OPENJPA-2784 add docs for sub-second fractions in MariaDB and
MySQL
new 4e59c48 OPENJPA-2555 use a defaultFractionLength of 0 for backward
compat
new 64af851 fix random failing behaviour if id did already exist
new dc31b80 OPENJPA-2555 fix randomly failing tests by forcing
microseconds
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:
.../java/org/apache/openjpa/jdbc/sql/DBDictionary.java | 2 +-
.../org/apache/openjpa/jdbc/sql/MariaDBDictionary.java | 2 ++
.../java/org/apache/openjpa/jdbc/sql/MySQLDictionary.java | 2 ++
.../openjpa/persistence/TestMixedMappingLocation.java | 4 +++-
.../openjpa/persistence/access/TestExplicitAccess.java | 1 +
.../persistence/access/xml/TestXMLExplicitAccess.java | 7 ++-----
.../jdbc/maps/m2mmapex10/TestMany2ManyMapEx10.java | 6 ++++--
.../openjpa/persistence/jdbc/query/TestHintedQuery.java | 4 +++-
.../jdbc/query/TestTemporalTypeQueryParameterBinding.java | 4 +++-
.../persistence/jpql/functions/TestSetParameter.java | 9 ++++++++-
.../openjpa/persistence/xml/TestSimpleXmlEntity.java | 6 +++---
.../openjpa/persistence/xml/TestXmlOverrideEntity.java | 6 +++---
openjpa-project/src/doc/manual/supported_databases.xml | 14 ++++++++++++--
13 files changed, 47 insertions(+), 20 deletions(-)