vertx-mongo-client icon indicating copy to clipboard operation
vertx-mongo-client copied to clipboard

support for mongo findOneAndUpdate

Open turgaykaraburk opened this issue 8 years ago • 2 comments

This operation is important for Auto increment Sequence generation

turgaykaraburk avatar May 30 '16 06:05 turgaykaraburk

Wrap findOneAndUpdate, findOneAndReplace and findOneAndDelete with corresponding "WithOptions" alternatives. This is mostly the same code for those three mongo calls, can you rename the issue to reflect this PR?

llfbandit avatar Aug 04 '16 10:08 llfbandit

This was added some time ago. See MongoClient line 344

karianna avatar May 12 '20 11:05 karianna