-
Type:
Improvement
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: 1.0.0-rc2
-
Component/s: CRUD
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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.