Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
schauder opened this issue Jul 1, 2021 · 1 comment
Assignees

Comments

@schauder
Copy link
Contributor

schauder commented Jul 1, 2021

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 schauder self-assigned this Jul 1, 2021
@schauder
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant