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
Before upgrading from 12.8.x -> 12.16.x DtoQuery accepts null value as parameter
Now using Kotlin, this library translates the setParameter to only accept non-nullable types so it generates compile error
this issue is the same with #2619 and steps to reproduce is similar (just using DtoQuery)
The text was updated successfully, but these errors were encountered:
#2894 - Lack of setNullParameter() functionality on io.ebean.DtoQuery…
e87a06a
… interface
rbygrave
No branches or pull requests
Expected behavior
Before upgrading from 12.8.x -> 12.16.x DtoQuery accepts null value as parameter
Actual behavior
Now using Kotlin, this library translates the setParameter to only accept non-nullable types so it generates compile error
Steps to reproduce
this issue is the same with #2619 and steps to reproduce is similar (just using DtoQuery)
The text was updated successfully, but these errors were encountered: