summaryrefslogtreecommitdiff
path: root/shell/query.js
Commit message (Expand)AuthorAgeFilesLines
* cursor.print() doesn't existEliot Horowitz2011-03-171-1/+0
* shell can pass query optionsEliot Horowitz2011-01-251-3/+9
* fix recursionEliot Horowitz2010-11-301-1/+1
* fix non-verbose explain()Mathias Stearn2010-11-291-15/+26
* shell: use -abs(limit) for explain, not -limitMike Dirolf2010-09-141-1/+1
* Low-verbosity sharded explain() SERVER-1562Mathias Stearn2010-08-041-0/+14
* SERVER-1278 Hook objsLeftInBatch to js codeAlberto Lerner2010-07-221-0/+10
* better err msgdwight2010-06-141-32/+32
* in the shell, make explain() say less unless you say explain(true)dwight2010-06-141-23/+32
* $showDiskLoc query option SERVER-1054.Mathias Stearn2010-05-111-0/+5
* pretty() option for cursor in shell SERVER-1071Eliot Horowitz2010-05-031-1/+8
* control shell batch size DBQuery.shellBatchSize = 2 SERVER-1041Eliot Horowitz2010-04-231-1/+3
* batchSize option for js and c++Eliot Horowitz2010-02-271-4/+12
* diagnosic method to just get index keysEliot Horowitz2010-02-161-12/+10
* made count command take optional size/limit paramsEliot Horowitz2009-11-121-3/+15
* don't use lint for find()Eliot Horowitz2009-10-121-1/+1
* make explain send hard limit SERVER-297Eliot Horowitz2009-09-151-0/+1
* shell helpEliot Horowitz2009-09-091-0/+11
* $snapshot in shell SERVER-227Eliot Horowitz2009-08-111-0/+6
* DBQuery.map - aka. db.foo.find().map()Eliot Horowitz2009-06-201-0/+7
* re-implement it in shellEliot Horowitz2009-06-081-1/+6
* added countReturn which takes limit and and skip into considerationEliot Horowitz2009-05-271-0/+12
* smshell: almost doneEliot Horowitz2009-05-131-0/+1
* track seen objects in next(), not hasNext() in shell MINORAaron2009-05-111-2/+6
* Spider Monkey: closer to db integrationEliot Horowitz2009-05-041-1/+0
* more flexibility and sanity checks for min/max query specsAaron2009-04-301-0/+11
* iterative count for testing cursorsEliot Horowitz2009-04-201-0/+12
* dbshell support for field spec with countAaron2009-02-061-0/+1
* Print count failure message readablyAaron2009-02-041-1/+1
* hintEliot Horowitz2009-01-301-0/+7
* show 20 instead of 10 thingsEliot Horowitz2009-01-271-1/+1
* dbshellEliot Horowitz2009-01-261-0/+159