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

(follow-up on #1399) Support ignoring of null when merging #1437

Closed
cowtowncoder opened this issue Oct 29, 2016 · 0 comments
Closed

(follow-up on #1399) Support ignoring of null when merging #1437

cowtowncoder opened this issue Oct 29, 2016 · 0 comments

Comments

@cowtowncoder
Copy link
Member

(off-shoot of #1399)

One edge case with merging is that incoming value of null gets handled before deserializer, and can thereby overwrite existing value. This is probably not what user wants; and although we'll tackle some aspects with #1402, the most straight-forward solution would seem to be to just ignore incoming null when merging.
So let's see if that is doable.

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

1 participant