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

3312 Commits

Author SHA1 Message Date
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
Eliot Horowitz
004cd26dee fix appending BSONElement via << 2009-06-13 23:30:03 -04:00
Eliot Horowitz
a4a895e1f0 fix shell printing 2009-06-11 20:27:07 -04:00
Eliot Horowitz
8b6145546a can't use JS eval trick from inside function because of JS scoping 2009-06-11 20:15:31 -04:00
Eliot Horowitz
7c8f6d5b1c add var test that already worked MINOR 2009-06-11 20:15:01 -04:00
Eliot Horowitz
6d12b8bc22 set VAROBJFIX even though its on by default MINOR 2009-06-11 20:13:33 -04:00
Eliot Horowitz
688b0dc3a3 make /tmp/unittest when doing scons test MINOR 2009-06-11 20:13:14 -04:00
Eliot Horowitz
dba174cb19 work around assert in mmap 2009-06-11 12:32:19 -04:00
Eliot Horowitz
d5088e4c9c don't allow force64 on 64-bit machine 2009-06-11 12:32:03 -04:00
Eliot Horowitz
62d7cb5961 spacing MINOR 2009-06-09 15:24:09 -04:00
Eliot Horowitz
4e4dd60185 add "this" as a LocalRoot SERVER-102 2009-06-09 15:17:50 -04:00
Eliot Horowitz
6b1d43b3b1 finish SERVER-101 move BSONObjIterator::_more to BSONObjIterator::more 2009-06-09 12:32:04 -04:00
Eliot Horowitz
00df88c21d moved BSONObjIterator::more to BSONObjectIteratore::moreWEOO()
added _more temporarily
SERVER-101
2009-06-09 11:43:04 -04:00
Eliot Horowitz
a525339af5 make version number 0.9.4+ MINOR 2009-06-09 10:15:55 -04:00
Eliot Horowitz
0efc7afe28 BUMP 0.9.4 2009-06-09 09:37:04 -04:00
Dwight
c7c77aee1a make old vcproj include assert_util.cpp 2009-06-08 17:28:11 -04:00