spring-data-relational
spring-data-relational copied to clipboard
Parameter of type JdbcValue gets converted, but shouldn't
The purpose of JdbcValue objects is to contain a value as it is to be handed to the driver plus the java.sql.Type value to go with it.
I think the fact that we are converting it in QueryMapper.convert is a bug.