globalsign / mgo

The MongoDB driver for Go
Other
1.97k stars 232 forks source link

update: return bulk result if error #364

Open eaglerayp opened 5 years ago

eaglerayp commented 5 years ago

For bulk upsert error handling: if bulkUpsert fail (query not found and couldn't insert new one by index), we cannot get bulk result. it would be helpful if we also get bulk result.