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
I miss Update-Function! Replace must have all the data, update can also single value and does not consider the other values. With several objects in a collection is unproductive. With all due respect!
I miss Update-Function! Replace must have all the data, update can also single value and does not consider the other values. With several objects in a collection is unproductive. With all due respect!
// update document d1.Age = 23 err =s.DB("test").Col("docs1").**Replace**(d1.Key,d1) if err != nil { panic(err) }
The text was updated successfully, but these errors were encountered: