[hibernate/hibernate-orm] 658e9b: HHH-17693 Add test for issue
by Marco Belladelli
Branch: refs/heads/6.4
Home: https://github.com/hibernate/hibernate-orm
Commit: 658e9bc21583d7e3296d982fe70c75af7eeea9db
https://github.com/hibernate/hibernate-orm/commit/658e9bc21583d7e3296d982...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2024-02-08 (Thu, 08 Feb 2024)
Changed paths:
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/ConvertedAttributesTypecheckTest.java
Log Message:
-----------
HHH-17693 Add test for issue
Commit: 6138c76c7277a396eb4fe9558dda52925df36615
https://github.com/hibernate/hibernate-orm/commit/6138c76c7277a396eb4fe95...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2024-02-08 (Thu, 08 Feb 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/process/spi/MetadataBuildingProcess.java
M hibernate-core/src/main/java/org/hibernate/dialect/AbstractPostgreSQLStructJdbcType.java
M hibernate-core/src/main/java/org/hibernate/dialect/JsonHelper.java
M hibernate-core/src/main/java/org/hibernate/dialect/XmlHelper.java
M hibernate-core/src/main/java/org/hibernate/internal/util/config/ConfigurationHelper.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/internal/TypecheckUtil.java
M hibernate-core/src/main/java/org/hibernate/type/SqlTypes.java
A hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/DurationJdbcType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/JdbcType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/internal/JdbcTypeBaseline.java
Log Message:
-----------
HHH-17693 Fix typecheck assertions for converted properties
Also introduce a custom `DurationJdbcType`, mainly for validation purposes.
Compare: https://github.com/hibernate/hibernate-orm/compare/e9946dbb1c35...6138c76...
10 months, 2 weeks
[hibernate/hibernate-orm] 8a993f: HHH-17693 Add test for issue
by Marco Belladelli
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 8a993f405716249e3b7ca4513743108422c7cb4e
https://github.com/hibernate/hibernate-orm/commit/8a993f405716249e3b7ca45...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2024-02-08 (Thu, 08 Feb 2024)
Changed paths:
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/ConvertedAttributesTypecheckTest.java
Log Message:
-----------
HHH-17693 Add test for issue
Commit: 50e6cb62e287e41ad7257e60a8e9a0eba938fb9b
https://github.com/hibernate/hibernate-orm/commit/50e6cb62e287e41ad7257e6...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2024-02-08 (Thu, 08 Feb 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/process/spi/MetadataBuildingProcess.java
M hibernate-core/src/main/java/org/hibernate/dialect/AbstractPostgreSQLStructJdbcType.java
M hibernate-core/src/main/java/org/hibernate/dialect/JsonHelper.java
M hibernate-core/src/main/java/org/hibernate/dialect/XmlHelper.java
M hibernate-core/src/main/java/org/hibernate/internal/util/config/ConfigurationHelper.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/internal/TypecheckUtil.java
M hibernate-core/src/main/java/org/hibernate/type/SqlTypes.java
A hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/DurationJdbcType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/JdbcType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/internal/JdbcTypeBaseline.java
Log Message:
-----------
HHH-17693 Fix typecheck assertions for converted properties
Also introduce a custom `DurationJdbcType`, mainly for validation purposes.
Compare: https://github.com/hibernate/hibernate-orm/compare/cb1b276ff82f...50e6cb6...
10 months, 2 weeks