summaryrefslogtreecommitdiff
path: root/jstests/core/query1.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-15/+13
|
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-161-7/+7
| | | | | | | | | (cherry picked from commit 3bed8596d18275d1561e4f44f1f0bd72c1e038f1) Conflicts: jstests/core/geo_update_btree2.js jstests/core/update_min_max_examples.js jstests/core/update_mul_examples.js
* SERVER-17544 remove $-prefixed find options from jstests and commentsDavid Storch2015-07-231-4/+4
| | | | | Since the format for passing these options is different for the find command, these options should be specified using the DBQuery helpers.
* SERVER-12127 migrate js tests to jscore suite when not related to writesSiyuan Zhou2014-03-031-0/+26
Migrate js tests starting from j-z. Include SERVER-12920 Update use_power_of_2.js Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>