Charles Mager

Results 1 issues of Charles Mager

I'm using spring-data-mongodb 4.0.8. On creating an update with an `$unset`, the following is added to the document: ```javascript { $unset: { fieldName: 1 } } ``` The value here...

type: bug
status: pending-design-work