Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 9201e71c8536260c624bc460a63e3dbfc14a3a0e
https://github.com/hibernate/hibernate-orm/commit/9201e71c8536260c624bc46...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-07-15 (Tue, 15 Jul 2025)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/inheritance/SingleTableConstraintsTest.java
Log Message:
-----------
HHH-19616 HHH-19614 add test
Commit: eda339c1e4c180413384e8685cf7b804c239f6cb
https://github.com/hibernate/hibernate-orm/commit/eda339c1e4c180413384e86...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-07-15 (Tue, 15 Jul 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/MariaDBDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/MySQLDialect.java
Log Message:
-----------
treat MySQL/Maria error code 1364 as NOT_NULL constraint violation
The message is "Field 'column' doesn't have a default value" but it
happens when leaving a 'not null' column off a list of fields to
insert, so it's essentially a violation of the not null constraint.
Commit: a0017b3ca00b52863d4332f8ef9f3ff9416be671
https://github.com/hibernate/hibernate-orm/commit/a0017b3ca00b52863d4332f...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-07-15 (Tue, 15 Jul 2025)
Changed paths:
M hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/DialectContext.java
Log Message:
-----------
very minor aesthetic change to error messages
Compare:
https://github.com/hibernate/hibernate-orm/compare/c01d67ab3786...a0017b3...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications