Hi,
is there a way to skip the "no data to update" exception?
I use this line to save:
Often the entity is new, but sometimes the entity is known and not changed.
I need this behavior: If there is something changed the update, if not, continue (without firing an exception).