Commit Graph

100 Commits

Author SHA1 Message Date
Eliot Horowitz
a7eb7f2c47 shell can pass query options 2011-01-25 02:02:37 -05:00
Eliot Horowitz
017c0ab553 fir m/r error handling 2011-01-23 10:08:23 -05:00
Eliot Horowitz
5edb4cc310 able to access map/reduce error 2011-01-23 02:53:31 -05:00
Eliot Horowitz
f63206fed4 more test fixing 2011-01-21 09:01:24 -05:00
Eliot Horowitz
c31c7f3229 remove( { x : undefined } ) should not delete everything in the collection SERVER-2384 2011-01-21 02:51:21 -05:00
Aaron
d81f037c21 in MapReduceResult, don't create collection with null name, fixing some v8 tests 2011-01-10 22:52:21 -08:00
agirbal
da0bc29177 [SERVER-1951]: M/R output param should allow us to use db.collection not only collection 2011-01-05 22:06:04 -08:00
agirbal
28904fa7ae [SERVER-1988]: Upsert allows inserting records with dots in key names 2010-12-17 00:12:16 -08:00
Eliot Horowitz
c0fa671318 map/reduce no longer uses temp collections.
you have to specify out
SERVER-1837
2010-12-16 16:41:28 -05:00
Eliot Horowitz
cda009c77b throw exception if drop() given an argument SERVER-2144 2010-11-24 15:01:24 -05:00
dwight
f6a923ca3f show repl state in shell prompt. needs more work 2010-11-23 04:16:04 -05:00
dwight
8c11db1487 rs clearer 2010-11-12 16:09:14 -05:00
Eliot Horowitz
495fabb953 collection.getMongo 2010-09-08 10:36:21 -04:00
Eliot Horowitz
fa8b9a8c73 shell support for justOne for removes SERVER-1653 2010-08-22 00:52:06 -04:00
Mathias Stearn
787f22717f Revert "temporarily remove autocompleting collection names to get under stupid MSVC limit."
This reverts commit dd152a0686.
2010-08-10 14:44:10 -04:00
Mathias Stearn
dd152a0686 temporarily remove autocompleting collection names to get under stupid MSVC limit.
I hope to revert this soon once we find a better way to handle this.
2010-08-09 22:23:43 -04:00
Mathias Stearn
790d8851b3 shell tab completion SERVER-1604 2010-08-09 20:20:11 -04:00
Mathias Stearn
dd79445bbb make more commands work with mongos SERVER-1462 2010-07-22 21:03:24 -04:00
Mathias Stearn
fe54b5da1f Make findAndModify helper function return null rather than {} (no change to server API) 2010-07-01 20:40:37 -04:00
Eliot Horowitz
2f9a8039a0 typo SERVER-1310 2010-06-28 13:28:15 -04:00
dwight
d7f7155c83 shell 2010-06-17 13:46:27 -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
Eliot Horowitz
d8b762a2ea don't pring getLastError on help() 2010-04-21 21:58:00 -04:00
Jay Ridgeway
2d818b6e4f Updated db.foo.help() to include name of the db to facilitate copy/paste. 2010-04-20 04:55:21 +08:00
Eliot Horowitz
677c053850 fix v8 and change lastID thing a bit 2010-03-01 23:16:36 -05:00
Eliot Horowitz
165b9c3ea5 write ops can't return or getLastError won't be called 2010-03-01 10:27:19 -05:00
Eliot Horowitz
11b9ab758c scaling on collstats 2010-02-27 12:11:41 -05:00
Eliot Horowitz
dd19206172 batchSize option for js and c++ 2010-02-27 11:16:26 -05:00
Eliot Horowitz
e0b1d9f763 db.foo.runCommand for running commands with a collection name 2010-02-24 13:12:37 -05:00
Mathias Stearn
d065d1bd72 Include index info in collstats command 2010-02-22 22:16:13 -05:00
Dwight Merriman
42d958985f git ignore
crlf?
2010-02-09 18:28:36 -05:00
Dwight
b8f779a2a2 shell should use the db's reIndex command 2010-01-29 14:58:10 -05:00
Mathias Stearn
0048e481c5 db.c.insert() now generates and returns _id. SERVER-288 2010-01-27 15:52:28 -05:00
Eliot Horowitz
ae7110f3bc better m/r debugging 2010-01-16 08:01:38 -05:00
Mathias Stearn
225173bb31 FindAndModify command SERVER-459 2009-12-30 20:08:43 -05:00
Eliot Horowitz
a7f5b115d9 doc 2009-12-28 13:10:39 -05:00
Eliot Horowitz
1c4f05b3bd add dropTarget option to renameCollection SERVER-487 2009-12-28 13:09:44 -05:00
Aaron
81b7e051b2 SERVER-446 js implementation of keySet() 2009-12-21 11:21:25 -08:00
Eliot Horowitz
a4a4fc0a58 better update docs 2009-12-09 21:29:59 -05:00
Eliot Horowitz
a46dbe3dae getShardVersion in mongos - diagnostic tools 2009-11-24 15:24:41 -05:00
Eliot Horowitz
ea24725b8e some command cleaning and query for distinct SERVER-437 2009-11-24 09:41:33 -05:00
Eliot Horowitz
1c136572d6 better error message 2009-11-19 21:40:11 -05:00
Eliot Horowitz
123cd0eb67 optional params for map function SERVER-401 2009-11-10 15:43:51 -05:00
Eliot Horowitz
76d849e090 fix drop fallout 2009-11-09 13:10:30 -05:00
Eliot Horowitz
f6d0668141 drop() support for sharded collections SHARDING-36 2009-11-09 12:42:20 -05:00
Eliot Horowitz
3eb4295ae9 helpers for distinct/mapReduce 2009-10-27 11:52:37 -04:00
Eliot Horowitz
5ebb72b9ec cleaning m/r api 2009-10-22 23:47:52 -04:00
Eliot Horowitz
1bc6fff4e6 shell multi-update option and test SERVER-268 2009-10-22 09:43:31 -04:00
Eliot Horowitz
7301029f4b fix a couple of returns so shell getLastError works 2009-10-21 16:01:46 -04:00