0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

32 Commits

Author SHA1 Message Date
Eliot Horowitz
4e4bac9297 cursor.print() doesn't exist 2011-03-17 01:28:43 -04:00
Eliot Horowitz
a7eb7f2c47 shell can pass query options 2011-01-25 02:02:37 -05:00
Eliot Horowitz
6395e385fe fix recursion 2010-11-30 22:58:54 -05:00
Mathias Stearn
f74a27345d fix non-verbose explain() 2010-11-29 15:53:08 -05:00
Mike Dirolf
2b2e185ed3 shell: use -abs(limit) for explain, not -limit 2010-09-14 10:24:35 -04:00
Mathias Stearn
08849578ec Low-verbosity sharded explain() SERVER-1562 2010-08-04 13:04:49 -04:00
Alberto Lerner
419ba813d3 SERVER-1278 Hook objsLeftInBatch to js code 2010-07-22 15:25:15 -04:00
dwight
93fdeab943 better err msg 2010-06-14 16:10:23 -04:00
dwight
04529a1acf in the shell, make explain() say less unless you say explain(true) 2010-06-14 14:07:42 -04:00
Mathias Stearn
f99aba9824 $showDiskLoc query option SERVER-1054.
Implementation is a bit ugly. Please code-review and let me know if there is a better way
2010-05-11 19:12:13 -04:00
Eliot Horowitz
1e9856247a pretty() option for cursor in shell SERVER-1071 2010-05-03 14:29:31 -04:00
Eliot Horowitz
32c403d752 control shell batch size DBQuery.shellBatchSize = 2 SERVER-1041 2010-04-23 13:44:59 -04:00
Eliot Horowitz
dd19206172 batchSize option for js and c++ 2010-02-27 11:16:26 -05:00
Eliot Horowitz
4f16871628 diagnosic method to just get index keys 2010-02-16 11:37:47 -05:00
Eliot Horowitz
d0958dc115 made count command take optional size/limit params
and added size() method to js query object
SERVER-417
2009-11-12 14:27:18 -05:00
Eliot Horowitz
5f62314f9e don't use lint for find() 2009-10-12 17:20:19 -04:00
Eliot Horowitz
d5b26ce6b5 make explain send hard limit SERVER-297 2009-09-15 21:10:07 -04:00
Eliot Horowitz
89d5e0fe45 shell help 2009-09-09 16:52:02 -04:00
Eliot Horowitz
a9e20d2dfd $snapshot in shell SERVER-227 2009-08-11 10:52:20 -04:00
Eliot Horowitz
285b43af25 DBQuery.map - aka. db.foo.find().map() 2009-06-20 21:36:35 -04:00
Eliot Horowitz
a38d2d2695 re-implement it in shell 2009-06-08 11:20:30 -04:00
Eliot Horowitz
f078c67ae9 added countReturn which takes limit and and skip into consideration
SERVER-75
2009-05-27 13:52:17 -04:00
Eliot Horowitz
7ce30a5699 smshell: almost done 2009-05-13 17:53:41 -04:00
Aaron
169f69acee track seen objects in next(), not hasNext() in shell MINOR 2009-05-11 10:46:19 -04:00
Eliot Horowitz
1a739255bd Spider Monkey: closer to db integration 2009-05-04 16:49:05 -04:00
Aaron
a229845ceb more flexibility and sanity checks for min/max query specs 2009-04-30 17:36:25 -04:00
Eliot Horowitz
9ddf2d4c1f iterative count for testing cursors 2009-04-20 17:41:27 -04:00
Aaron
3504f3249c dbshell support for field spec with count 2009-02-06 17:16:28 -05:00
Aaron
875d81cdd1 Print count failure message readably 2009-02-04 17:10:48 -05:00
Eliot Horowitz
6a70dab62b hint 2009-01-30 10:05:07 -05:00
Eliot Horowitz
d969b31abd show 20 instead of 10 things 2009-01-27 11:41:23 -05:00
Eliot Horowitz
4ffda5ea25 dbshell 2009-01-26 22:19:15 -05:00