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

Add Mapping for General Insert and Update that Renders null Values More Simply #343

Merged
merged 4 commits into from Apr 15, 2021

Conversation

jeffgbutler
Copy link
Member

@jeffgbutler jeffgbutler commented Apr 15, 2021

Rather than rendering null values as a null parameter, the new mapping will simply render null values as "null" in the generated SQL.

This mapping will be important in the updated Kotlin DSL where we more clearly express nullability expectations.

@coveralls
Copy link

coveralls commented Apr 15, 2021

Coverage Status

Coverage remained the same at 100.0% when pulling d84743e on jeffgbutler:value-or-null-mapping into b1fa3a6 on mybatis:master.

@jeffgbutler jeffgbutler added this to the 1.3.0 milestone Apr 15, 2021
@jeffgbutler jeffgbutler merged commit cc81895 into mybatis:master Apr 15, 2021
@jeffgbutler jeffgbutler deleted the value-or-null-mapping branch April 15, 2021 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants