You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: