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

Make set operator for MapSqlParameterSource accept nullable value #26288

Closed
wants to merge 1 commit into from

Conversation

cadimmek
Copy link
Contributor

The addValue methods of MapSqlParameterSource explicitly allows null values (org.springframework.lang.Nullable), but you're not able to set it if you try to use the Kotlin extension methods.

The addValue methods of MapSqlParameterSource accept null values, but you're not able to set null values if you try to use the Kotlin extension methods.
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Dec 16, 2020
@jhoeller jhoeller requested a review from sdeleuze December 16, 2020 18:03
@jhoeller jhoeller added in: data Issues in data modules (jdbc, orm, oxm, tx) type: enhancement A general enhancement labels Dec 16, 2020
@sdeleuze sdeleuze removed the status: waiting-for-triage An issue we've not yet triaged or decided on label Jan 19, 2021
@sdeleuze sdeleuze self-assigned this Jan 19, 2021
@sdeleuze sdeleuze added this to the 5.3.4 milestone Jan 19, 2021
@sdeleuze sdeleuze closed this in 8de10e9 Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: data Issues in data modules (jdbc, orm, oxm, tx) type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants