summaryrefslogtreecommitdiff
path: root/jstests/core/collation_update.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54667 Robustify positional operator test case in jstests/core/collatio...Mihai Andrei2021-02-221-2/+1
* SERVER-46863 prevent collator mismatch in findAndModify/updateIan Boros2020-03-311-0/+10
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-46/+47
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-273/+278
* SERVER-40239 New alias: $replaceWith => $replaceRootCharlie Swanson2019-05-151-9/+5
* SERVER-40402 Test support for 'writeConcern' option in combination with a pip...James Wahlin2019-05-061-2/+1
* SERVER-40398 Test support for 'collation' option in combination with a pipeli...James Wahlin2019-05-011-1/+93
* SERVER-30881 Use unique collection names in JS tests to prevent errors with p...Blake Oler2017-09-081-1/+1
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-231-0/+4
* Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard collect...Randolph Tan2017-03-231-4/+0
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-151-0/+4
* SERVER-23924 Make _id index inherit the collection's default collationTess Avitabile2016-07-081-0/+7
* SERVER-24404 Make $push, $pullAll, and $pull respect collation.David Hatch2016-07-061-0/+137
* SERVER-24645 Make $addToSet respect collation.David Hatch2016-07-011-0/+38
* SERVER-24644 $min/$max update operators respect collation.David Hatch2016-06-211-0/+50