Hi,
I just noticed a problem wiping a lookup field values.
if I set the lookup prop value to null or empty string, odataify does not expand the property to its "property@odata.bind" name...
The odataified property comes back as just:
"property": null
whereas it should be translated to:
"property@odata.bind": null
Thanks, Donal