spring-data-relational icon indicating copy to clipboard operation
spring-data-relational copied to clipboard

Handling of the JdbcType with conversions for derived queries seems to be wrong

Open schauder opened this issue 4 years ago • 1 comments

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.

schauder avatar Jul 01 '21 09:07 schauder

This would probably fixed by #1119, a PR for #1089

schauder avatar Jan 13 '22 09:01 schauder