The update() method seems to have a problem
lu-yanpeng opened this issue · 1 comments
lu-yanpeng commented
I have data like this
When I use the db.update(key='test', updates={'text': ''})
method to update it and specify text as '', I want it to save an empty string, but it will actually save null
.
The same situation occurs when updating the object.
Is this the correct behavior? How do I save an empty string?
abdelhai commented
this might be a ui bug. could you check using the sdk if the value is actually an empty string?