Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 49e9696ced33ebf068f1ef082e4e0e6ab82a26ed
https://github.com/hibernate/hibernate-orm/commit/49e9696ced33ebf068f1ef0...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2022-06-10 (Fri, 10 Jun 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/spi/DdlTypeRegistry.java
M hibernate-core/src/test/java/org/hibernate/orm/test/query/criteria/InsertSelectTests.java
Log Message:
-----------
Temporarily disabled InsertSelectTests and dropped the removeDescriptor method from DdlTypeRegistry again, since it will not be needed after all
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: e26237dc0b65b2c22ff48e8a6047d1b866061132
https://github.com/hibernate/hibernate-orm/commit/e26237dc0b65b2c22ff48e8...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/spi/DdlTypeRegistry.java
Log Message:
-----------
Added a method for removing DdlTypes from the DdlTypeRegistry (intended for internal use)
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>