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
Hi @guregu, Hope you doing well.
I have one query might it be silly but In case of remove item in update situation is the item will skipped, because i think nil value will be remove in dynamo.MarshalItem call. Ref- #79 (comment)
Idea from here: #152 (comment)
Maybe like
Update.SetFrom(item interface{}, fields ...string)
Implementation could be a fancier version of this #79 (comment)
The text was updated successfully, but these errors were encountered: