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

Lack of setNullParameter() functionality on io.ebean.DtoQuery interface #2894

Closed
ianbondoc opened this issue Nov 20, 2022 · 0 comments
Closed
Assignees
Milestone

Comments

@ianbondoc
Copy link

ianbondoc commented Nov 20, 2022

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)

@rbygrave rbygrave self-assigned this Nov 21, 2022
@rbygrave rbygrave added this to the 13.10.2 milestone Nov 21, 2022
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

2 participants