[hibernate/hibernate-orm] 39d8fa: HHH-15294 cockroachdb fixes
by Karel Maesen
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 39d8fa0662e1b56a6dc1ed895a31f1aea39fde89
https://github.com/hibernate/hibernate-orm/commit/39d8fa0662e1b56a6dc1ed8...
Author: Karel Maesen <karel(a)geovise.com>
Date: 2022-05-27 (Fri, 27 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
10 months, 1 week