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 toDB and fromDB #1

Closed
wants to merge 1 commit into from
Closed

Conversation

dhmw
Copy link
Owner

@dhmw dhmw commented Sep 8, 2021

Ref: shiftcode#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 closed this Sep 8, 2021
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.

1 participant