I have a document stored in RavenDB that has a property which was saved with some non-null value, say 2. I want to update that value to NULL and save it. When I do that, it retains the previous value of 2 instead of changing it to NULL. How can I make RavenDB store NULL instead of the old value?
Share
This should work. If you go to the Studio and change the JSON itself and this still happens, that is probably a bug and you should report it.