We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
umut erturk opened DATAJDBC-501 and commented
Kotlin enum as the query param is not working.
when this line runs I get an exception message:
Caused by: org.h2.jdbc.JdbcSQLDataException: Hexadecimal string with odd number of characters: "RUNNING"; SQL statement...
You can reproduce the case from given branch in the Reference URL
Reference URL: https://github.com/tirbison/spring-data-jdbc-kotlin/tree/bug/reproduce/enum-query-param
The text was updated successfully, but these errors were encountered:
Jens Schauder commented
Could you try that with the curren 2.0 snapshot? This might be a duplicate of https://jira.spring.io/browse/DATAJDBC-464
Sorry, something went wrong.
umut erturk commented
Jens Schauder I would love to but I am using org.springframework.boot:spring-boot-starter-data-jdbc not sure how to use 2.0 with that
This was fixed by #1212
schauder
No branches or pull requests
umut erturk opened DATAJDBC-501 and commented
Kotlin enum as the query param is not working.
when this line runs I get an exception message:
Caused by: org.h2.jdbc.JdbcSQLDataException: Hexadecimal string with odd number of characters: "RUNNING"; SQL statement...
You can reproduce the case from given branch in the Reference URL
Reference URL: https://github.com/tirbison/spring-data-jdbc-kotlin/tree/bug/reproduce/enum-query-param
The text was updated successfully, but these errors were encountered: