You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If only the update timestamp field in an entity has changed while all other fields remain the same, can @DynamicUpdate be configured to exclude the update time field from the generated UPDATE statement? How can I achieve this behavior? I'd like to avoid unnecessary database updates when only the timestamp is "updated" but the actual business data hasn't changed.
Any configuration or best practices to handle this scenario would be appreciated.