Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: be9692765c52ec3c8e4d0b8e2755f51357fc953d
https://github.com/hibernate/hibernate-orm/commit/be9692765c52ec3c8e4d0b8...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/tool/schema/extract/internal/AbstractInformationExtractorImpl.java
M
hibernate-core/src/main/java/org/hibernate/tool/schema/extract/internal/InformationExtractorJdbcDatabaseMetaDataImpl.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/tool/schema/IndividuallySchemaValidatorImplTest.java
Log Message:
-----------
HHH-16578 - Minor change to the column information extraction
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>
Commit: fe958f9c124c70ac08471d9981429b35fde9f7d5
https://github.com/hibernate/hibernate-orm/commit/fe958f9c124c70ac08471d9...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/tool/schema/MySQLColumnValidationTest.java
Log Message:
-----------
HHH-16578 - Add a test that shows the more restrictive schema validation (less dependant
on columnDefinition info, and more on the use of @JdbcTypeCode)
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>
Commit: eedd6197ce1c2edcbdb6833f33251432a9983348
https://github.com/hibernate/hibernate-orm/commit/eedd6197ce1c2edcbdb6833...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/orm/test/tool/schema/MySQLColumnValidationTest.java
Log Message:
-----------
Ignore test for MariaDB
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>
Compare:
https://github.com/hibernate/hibernate-orm/compare/9dad4c44bbbc...eedd619...