Repository with 'IgnoreCase': org.springframework.dao.InvalidDataAccessApiUsageException: Parameter value ... did not match expected type [java.lang.Character] #30539
Labels
status: duplicate
A duplicate of another issue
Uh oh!
There was an error while loading. Please reload this page.
Bug has occurred since Spring Boot 2.6.6:
A repository with following 'like'-query with
IgnoreCase
-Ending:Service executes the query:
keyParameterName
is validated by classorg.hibernate.query.spi.QueryParameterBindingValidator
.Parameter
expectedType
isjava.lang.Character
and notjava.lang.String
Predicate is false on line 81:
Exception is thrown:
Without
IgnoreCase
-suffix it works.The text was updated successfully, but these errors were encountered: