play-autosource icon indicating copy to clipboard operation
play-autosource copied to clipboard

[ReactiveMongo] wrong BSONObjectID for inserts of objects with an _id field

Open rawyler opened this issue 11 years ago • 0 comments

Inserts of objects with an _id field return the generated BSONObjectID which is != _id. The resulting BSONObjectID for a given object with an _id field should be the existing one instead of a newly generated.

rawyler avatar Dec 18 '13 09:12 rawyler