Gavin King

Results 1136 comments of Gavin King

Sorry, @cigaly I now notice there are conflicts, can you resolve them please and then I will merge?

So with this PR I get error messages formatted like this: ```java Missing constructor for class 'org.hibernate.orm.test.query.sqm.domain.ConstructedLookupListItem' with parameter types [[class java.lang.Integer, class java.lang.Integer]] (mismatch at position [2](java.lang.Integer -> java.lang.String))...

Sometimes it's true that less is more, by the way.

Superseded by https://github.com/hibernate/hibernate-orm/pull/8911.

> A much simpler solution would be to change the registration from `CapacityDependentDdlType.builder( FLOAT, "float($p)", this )` to `CapacityDependentDdlType.builder( FLOAT, "float", this )` since the documentation clearly states that the...