Details
-
Improvement
-
Resolution: Done
-
Major - P3
-
None
-
1.0.0-rc2
-
None
Description
WHY:
- I'm integrating mongo-go-driver into our project to replace the mgo library. At the command findAndModify, I want to get the UpdatedExisting field in FindAndModify struct when using the Upsert option. That will let me know the document is inserted or updated. For example: FindOneAndUpdate function.