Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 3999671bb5871fab2bf78e0255d8c3e420716a39
https://github.com/hibernate/hibernate-orm/commit/3999671bb5871fab2bf78e0...
Author: Daniël van Eeden <git(a)myname.nl>
Date: 2026-04-29 (Wed, 29 Apr 2026)
Changed paths:
M
hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/TiDBDialect.java
A
hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/temporal/TiDBTemporalTableSupport.java
Log Message:
-----------
TiDB: Add TiDBTemporalTableSupport
This is similar to MySQLTemporalTableSupport, but without using the
`INVISIBLE` keyword for the column (see
https://github.com/pingcap/tidb/issues/59233 )
Note that TiDB has the `AS OF TIMESTAMP` clause:
https://docs.pingcap.com/tidb/stable/as-of-timestamp/
However the history provided by this feature is bounded by the
`tidb_gc_life_time` setting, which is set to 10 minutes by default.
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications