Gavin King
Gavin King
Sorry, @cigaly I now notice there are conflicts, can you resolve them please and then I will merge?
Excellent, thanks @cigaly!
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.
This has been fixed in H7.
Have you tested this?
OK, great, LGTM, thanks.
> 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...