spring-data-relational
spring-data-relational copied to clipboard
Handling of the JdbcType with conversions for derived queries seems to be wrong
When conversions get applied in the query mapper the JdbcType does not take that conversion into account. In many cases this does not cause a problem because JDBC drivers often ignore that value anyway, but in some it probably does cause problem.
For some cases this will get fixed by #992 This issue makes sure we take care of the other cases.
This would probably fixed by #1119, a PR for #1089