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

3177 Commits

Author SHA1 Message Date
Eliot Horowitz
63251bbe34 fixed some tojson issues 2009-07-01 11:39:51 -04:00
Eliot Horowitz
0ed71a5c57 log message on running multiple plans 2009-07-01 11:26:21 -04:00
Eliot Horowitz
45f9970259 better assertion message MINOR 2009-07-01 11:26:12 -04:00
Eliot Horowitz
e6df15134f fix assert MINOR 2009-07-01 10:48:57 -04:00
yellow
ca4d567d79 pcre options for windows 2009-06-30 16:39:31 -04:00
yellow
8208dfe87f --extrapath for different build paths 2009-06-30 16:08:42 -04:00
Eliot Horowitz
8dbb39d2bc better warning for bad pcre lib 2009-06-30 14:16:56 -04:00
Eliot Horowitz
bc7a53daf4 make warning show up in buildbot if triggered MINOR 2009-06-30 13:46:12 -04:00
Eliot Horowitz
f1de9d5913 make it hard to mess up building 64-bit MINOR 2009-06-30 13:45:55 -04:00
Eliot Horowitz
908d30ebea new utf8 regex test 2009-06-30 11:05:47 -04:00
Eliot Horowitz
5bf477863e nix readline compile fix possibly 2009-06-29 13:09:30 -04:00
Eliot Horowitz
1c099e789f make -c work for mongodump 2009-06-28 23:26:34 -04:00
Eliot Horowitz
93cb815b70 add nice version to buildinfo 2009-06-25 16:51:46 -04:00
Mike Dirolf
6f2a2dda8c mongoimport: default to stdin 2009-06-25 16:45:48 -04:00
Mike Dirolf
39c11c8283 importjson: show help text for bad arguments 2009-06-25 16:40:39 -04:00
Mike Dirolf
97fe2a9177 minor: help text 2009-06-25 16:17:42 -04:00
Mike Dirolf
c8c17ed3eb print help if you don't give a namespace 2009-06-25 16:15:15 -04:00
Mike Dirolf
efe8911ecc minor: whitespace 2009-06-25 16:11:38 -04:00
Eliot Horowitz
78cf591a96 Merge branch 'master' of git@github.com:mongodb/mongo 2009-06-25 13:53:33 -04:00
Eliot Horowitz
b5ca7040d8 another test for good measure MINOR 2009-06-25 13:53:13 -04:00
Mike Dirolf
dc0681edad sniffer check args length to avoid segfault w/ bad args - print error from underlying pcap calls 2009-06-25 11:56:39 -04:00
Mike Dirolf
45133d2f25 whitespace 2009-06-25 11:26:56 -04:00
Eliot Horowitz
f9e806bde0 print shell version on startup 2009-06-24 14:53:58 -04:00
Eliot Horowitz
3fc2ac79b5 just a very simple test 2009-06-24 14:50:59 -04:00
Eliot Horowitz
643cfc0888 nice error when trying to save DBQuery 2009-06-24 14:49:50 -04:00
Eliot Horowitz
94266dbd04 Merge branch 'master' of git@github.com:mongodb/mongo 2009-06-24 14:04:40 -04:00
Eliot Horowitz
ea32d7806c fix $in with NumberInt, NumberDouble SERVER-113 2009-06-24 14:03:35 -04:00
Eliot Horowitz
def2f4e546 0.9.5+ MINOR 2009-06-24 02:59:38 -04:00
Eliot Horowitz
d457096445 BUMP 0.9.5 2009-06-23 13:41:23 -04:00
Mike Dirolf
9cbee3d81f minor: test for leading whitespace in where clauses 2009-06-22 15:32:33 -04:00
Eliot Horowitz
4a71c33456 fix for filters not returning objects without those fields 2009-06-22 15:30:41 -04:00
Eliot Horowitz
d279230f12 fix new property filter MINOR 2009-06-22 13:56:27 -04:00
Eliot Horowitz
51d0bcd38b Merge branch 'master' of git@github.com:mongodb/mongo 2009-06-22 09:31:48 -04:00
Eliot Horowitz
7cb14f0951 fix bug with shell helper 2009-06-22 09:31:28 -04:00
Eliot Horowitz
d220c42a99 optimize using field filter 2009-06-20 23:15:31 -04:00
Eliot Horowitz
7fdff9e044 test for field filters MINOR 2009-06-20 21:38:45 -04:00
Eliot Horowitz
285b43af25 DBQuery.map - aka. db.foo.find().map() 2009-06-20 21:36:35 -04:00
Eliot Horowitz
0cd354e676 add more logging in verbose mode 2009-06-20 20:19:34 -04:00
Dwight
6feb0b1fec Merge branch 'master' of git@github.com:mongodb/mongo 2009-06-19 16:04:04 -04:00
Dwight
aaa1769381 fix bug SERVER-96 update that changes unique index field disregards unique constraint 2009-06-19 16:03:44 -04:00
Mike Dirolf
2671b91d48 strip leading whitespace from code before adding return 2009-06-19 15:48:32 -04:00
Mike Dirolf
bf6a76184e Merge branch 'master' of git@github.com:mongodb/mongo 2009-06-19 15:47:02 -04:00
Mike Dirolf
eb95a15752 whitespace 2009-06-19 15:46:53 -04:00
Dwight
5b8ca64dbb fix bug where the feature that ensures _id is preserved on an update
had a case that didn't work - test cases added too
2009-06-19 13:26:58 -04:00
Dwight
64e8052961 update unique tests (pending) 2009-06-18 13:34:01 -04:00
Dwight
f136b4b850 towards update unique key fix 2009-06-18 13:30:49 -04:00
alanw
b0dbe2735b Added removeFile() for GridFS. Also modified input strings to be "const string&"
Signed-off-by: mongodb <mongodb@10gen.com>
2009-06-17 09:33:28 +08:00
alanw
b610cf77f4 Use a more portable method of opening and reading binary files (O_RDONLY interpreted differently under windows)
Signed-off-by: mongodb <mongodb@10gen.com>
2009-06-17 09:33:14 +08:00
kristina
401223e71c Merge branch 'master' of git@github.com:mongodb/mongo 2009-06-16 12:15:15 -04:00
kristina
adedfd4ff0 valid json format 2009-06-16 12:14:34 -04:00