Is there an easier way to update an entity only wh...
# orm-help
w
Is there an easier way to update an entity only when there is an actual data change? Now I get spammed with subscription updates every time I execute an upsert event even when there are no actual changes, suggestions?
I now query the enitity first, manually check every field if it's updated and update that field, for dates I have to check if the dates are the same using an external library because the input format might vary, but the dates might still be the same