mongodb / specifications

Specifications related to MongoDB
http://specifications.readthedocs.io/en/latest
Other
389 stars 242 forks source link

Fix definition for bulk write update operation #1669

Closed isabelatkinson closed 4 weeks ago

isabelatkinson commented 4 weeks ago

The collation field was inadvertently left out of the definition for the update operation document. This PR adds it in and clarifies how the updateMods field should be populated (see this thread). collation is already present in the update/replace write models and is tested in this spec test.

Please complete the following before merging: