Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: c21ec81e6d985a6e956bf1a7528f755757af9688
https://github.com/hibernate/hibernate-orm/commit/c21ec81e6d985a6e956bf1a...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
M
hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/H2LegacyDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/H2Dialect.java
A
hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/H2FormatJsonJdbcType.java
A hibernate-core/src/test/java/org/hibernate/orm/test/type/H2JsonListTest.java
Log Message:
-----------
HHH-16320 Handle json columns with native ddl type on H2
Commit: f694e2042ab97eaf9328131f80495a7b2259db60
https://github.com/hibernate/hibernate-orm/commit/f694e2042ab97eaf9328131...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
M migration-guide.adoc
Log Message:
-----------
HHH-16320 Add migration guide entry for H2 JSON change
Compare:
https://github.com/hibernate/hibernate-orm/compare/89543fc398fc...f694e20...