Ben
05/17/2024, 4:55 AMWriteRelationships? In particular, I want to know:
- did my TOUCH operation actually write new data or was it already there? I don't think switching to CREATE is an option here because I still don't want the call to fail if the data was already there, I just want to know about it
- did my DELETE operation actually delete data or was the data already not stored?