Branch: refs/heads/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: e0615b13a89fbcfb96e96080357d97ecf2a8f83b
https://github.com/hibernate/hibernate-orm/commit/e0615b13a89fbcfb96e9608...
Author: Karel Maesen <karel(a)geovise.com>
Date: 2022-05-30 (Mon, 30 May 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/CockroachDialect.java
R
hibernate-core/src/main/java/org/hibernate/dialect/identity/CockroachDB1920IdentityColumnSupport.java
A
hibernate-core/src/main/java/org/hibernate/dialect/identity/CockroachDBIdentityColumnSupport.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/lob/MaterializedBlobTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/hql/BulkManipulationTest.java
Log Message:
-----------
HHH-15294 cockroachdb fixes
* HHH-15294 Fix setting of untyped null values in CockroachDB dialect
Solution exactly same as in PostgresqlDialect
* HHH-15294 Change CockroachDB multitable mutation strategies to CTE
Align with the Postgresql strategy
* HHH-15294 Fix missing IdentityColumnSupport in CockroachDB Dialect
* HHH-15294 Skip test for CockRoachDB due to unsupported automatic type conversion
* HHH-15294 CockroachDB doesn't support value propagation