Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: cadd6756af57725562a221de7f2a424bb6e0f4fa
https://github.com/hibernate/hibernate-orm/commit/cadd6756af57725562a221d...
Author: Karel Maesen <karel(a)geovise.com>
Date: 2025-03-17 (Mon, 17 Mar 2025)
Changed paths:
M
hibernate-spatial/src/test/java/org/hibernate/spatial/integration/functions/CommonFunctionTests.java
M
hibernate-spatial/src/test/java/org/hibernate/spatial/testing/SpatialSessionFactoryAware.java
Log Message:
-----------
Fix Spatial functions tests
The TestFactory in CommonFunctionTests no longer created
any tests because the `isSupported` function always
returned false due to case-mismatch.
The case-mismatch is likely due to a change in how the
function keys are returned by the SQMFunctionRegistry.
Commit: 4c3e04961f165753067b804886ce7bbbdd54fca9
https://github.com/hibernate/hibernate-orm/commit/4c3e04961f165753067b804...
Author: Karel Maesen <karel(a)geovise.com>
Date: 2025-03-17 (Mon, 17 Mar 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/MariaDBDialect.java
Log Message:
-----------
HHH-19254 - fix Geometry (sub)type resolution for the MariaDB dialect
Compare:
https://github.com/hibernate/hibernate-orm/compare/a75a4d8cbd62...4c3e049...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications