Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 4a3c30355d69deee1fb69fc258583a6cfc868607
https://github.com/hibernate/hibernate-orm/commit/4a3c30355d69deee1fb69fc...
Author: Daniël van Eeden <git(a)myname.nl>
Date: 2025-12-31 (Wed, 31 Dec 2025)
Changed paths:
M docker_db.sh
M
hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/TiDBDialect.java
M
hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/TiDBSqlAstTranslator.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/type/temporal/LocalDateTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/type/temporal/LocalTimeTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/type/temporal/OffsetTimeTest.java
M
hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/DialectFeatureChecks.java
Log Message:
-----------
HHH-20012: Fix failures with the TiDBDialect
- Enable check constraints in the container
- Consider TiDB to be MySQL 8.0.11
- Keep using the older ON DUPLICATE KEY UPDATE syntax
- Don't use JSON_TABLE
- Don't use UNNEST emulation as it is JSON_TABLE based
- Skip some tests that we also skip for MySQLDialect
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications