dynamo-easy icon indicating copy to clipboard operation
dynamo-easy copied to clipboard

Support NULL in mapper

Open dhmw opened this issue 3 years ago • 2 comments

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 avatar Sep 08 '21 18:09 dhmw

request merge. I need it also

myfreax avatar Jul 29 '22 09:07 myfreax

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

TanjaBayer avatar Apr 14 '23 06:04 TanjaBayer