| The following tests fail when MariaDb default charset is set to utf8
org.hibernate.test.annotations.derivedidentities.e3.b2.DerivedIdentityEmbeddedIdParentEmbeddedIdGrandparentEmbeddedIdDepTest
org.hibernate.test.annotations.derivedidentities.e3.b3.DerivedIdentityEmbeddedIdParentEmbeddedIdGrandparentEmbeddedIdColumnOverridesDepTest.
due to a limitation on the size for a primary key. While
org.hibernate.test.id.array.CharacterArrayIdTest
and
org.hibernate.test.id.array.PrimitiveCharacterArrayIdTest
are failing due to a problem with the PK value (
org.mariadb.jdbc.internal.util.dao.QueryException: Duplicate entry '????' for key 'PRIMARY
') |