Allow real value of private nullable #167
wimwinterberg
started this conversation in
General
Replies: 1 comment
-
You are probably looking for the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since the latest version 4.1.6 there is indeed a BC with isNullable. Is it possible to add way to also retrieve the real nullable value?
Now when I want a property to have a default value of null I use 'new Literal('null')'. So there is a difference between having value null and new Literal('null')
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions