We have a very basic smoke test that uses an enum to represent a rating of a review. We use the avg function to compute an average of the reviews. Upon upgrading to Hibernate 6.2, this now fails as follows:
This fails as the type code is -101977 which seems to be type when an enum has an unknown jdbc type. I can try to build a sample if you can’t easily figure out what happened between CR1 and CR2. Thanks |