-
Notifications
You must be signed in to change notification settings - Fork 231
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
Unclear exceptions for class casting #206
Comments
Hmm. I've never seen this before. Do you have a code snippet that can reproduce the exception? |
I think I had a field with type java.time.OffsetDateTime. |
i think i got the same problem: the line causing this one is: and the DTO is: and if you need sql for now the work around is don't put asterisk on select, if I change the query line: then no exception raised, can you explain ? |
I got next exception which is not clear what library tries to do:
The text was updated successfully, but these errors were encountered: