summaryrefslogtreecommitdiff
path: root/src/mongo/shell/crud_api.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43039 db.collection.bulkWrite doesn't support hint with replaceOneJames Wahlin2019-09-251-0/+8
* SERVER-42608 Accept hint in shell helper updateOne and updateManyJames Wahlin2019-09-111-0/+16
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-148/+148
* SERVER-41829 findAndModify ignores filter expressions that are not objectsArun Banala2019-07-121-3/+3
* SERVER-40408 Add support for pipelines in coll.updateMany shell helperBernard Gorman2019-06-101-9/+12
* SERVER-40408 Add pipeline versions of update helpers in the shellBernard Gorman2019-05-031-18/+34
* SERVER-28576 Add arrayFilters parameter to update and findAndModify shell hel...Tess Avitabile2017-04-041-2/+24
* SERVER-26623 Check whether error is BulkWriteError before unpacking itJonathan Reams2017-02-091-7/+96
* SERVER-26623 fix lintKyle Suarez2017-02-071-1/+0
* SERVER-26623 Propagate bulk api write errors in shell CRUD apiJonathan Reams2017-02-071-83/+7
* SERVER-23936 insertOne only accepts objectsMatt Cotter2016-09-131-1/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-39/+12
* SERVER-23791 extend shell helpers to pass collation parameter to serverDavid Storch2016-05-101-13/+73
* SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...Jonathan Abrahams2016-03-091-80/+108
* SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fixMike Grundy2016-02-051-18/+18
* SERVER-17953 Implement Driver CRUD API Spec in shellChristian Kvalheim2015-08-041-0/+758