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

Support NULL in mapper #361

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

dhmw
Copy link

@dhmw dhmw commented Sep 8, 2021

Ref: #285

I noticed that there are types and mappers present in the code base, but the mapper for NULL wasn't being called.

Looking at the mapper code, I see that null/NULL is explicitly caught and bypasses the mapper functions. I believe this is probably an oversight, so I removed it and now I can store and fetch null values.

@dhmw dhmw mentioned this pull request Sep 8, 2021
@myfreax
Copy link

myfreax commented Jul 29, 2022

request merge. I need it also

@TanjaBayer
Copy link

Is there a reason for not merging this? Seems to make sense

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

Successfully merging this pull request may close these issues.

3 participants