hank icon indicating copy to clipboard operation
hank copied to clipboard

Add ability to delete key/value pairs during delta updates for Cueball and Curly

Open thomas-kielbus opened this issue 12 years ago • 0 comments

It seems like implementing the deletion part during an update would be easy (simply skip keys in Cueball and do nothing for Curly). At this point, we probably need to use a flag in place of the Cueball value to indicate a key to delete. The domain builders could consider a key to be deleted when the value is null.

thomas-kielbus avatar Mar 08 '12 16:03 thomas-kielbus