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

Fix issue 222: MultiMap does not return null object #1932

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jul 6, 2023

  1. Red test for MultiMap when the split column is not present in the obj…

    …ect and value is null
    Roman Rusakov committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    6a0cc37 View commit details
    Browse the repository at this point in the history
  2. Fix. When a field does not exist as a property of an object and its v…

    …alue is null, the object is not instantiated.
    Roman Rusakov committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    903f998 View commit details
    Browse the repository at this point in the history