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

33 Commits

Author SHA1 Message Date
Dwight
c67eca8a2f c++ client:
allow BSONElements with the labeler
example
2009-02-12 18:20:52 -05:00
Dwight
3b5cb47a1f tutorial; comments 2009-02-09 17:17:40 -05:00
Dwight
52ac9edf31 count() for c++ client 2009-02-09 16:24:47 -05:00
Dwight
8cb17548c2 bsonobjbuilder cleanup 2009-02-09 15:38:26 -05:00
Dwight
147948c7b3 doneAndDecouple() -> obj() 2009-02-09 13:04:32 -05:00
dwight
bc55e5a63b tutorial 2009-02-08 21:18:38 -05:00
dwight
d45688ce1d fix thorwing of exception wasn't right (dbclientconnection) 2009-02-08 16:02:48 -05:00
Dwight
21e105d3a2 new file 2009-02-06 16:58:46 -05:00
Eliot Horowitz
165a4618ae added validate to client 2009-02-02 09:36:01 -05:00
Dwight
fcb6834a60 add _id when missing on an insert
OID generation by the server a little better
OID str form output straigth byte order now
2009-01-30 18:18:38 -05:00
Dwight
9fe4dc3ba1 Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-01-30 15:09:51 -05:00
Dwight
643b12e0ce $where support in the driver Query object 2009-01-30 15:09:38 -05:00
Eliot Horowitz
120f859704 change password digest
from md5( "mongo" + pwd )
to md5( username + ":mongo:" + pwd )
2009-01-30 15:06:12 -05:00
Dwight
d3aa125d87 implement resetError
and make lasterror better
2009-01-30 14:49:28 -05:00
Dwight
790ef16736 getlasterror helper for c++ driver 2009-01-30 14:40:19 -05:00
Dwight
5ef85d1919 a few more client tests
and some syntactic sugar for c++ driver
2009-01-30 14:18:26 -05:00
Dwight
2d3e942437 complain if hint index not found. should we? 2009-01-30 12:32:58 -05:00
Dwight
dcf90d4def sort() for c++ client 2009-01-29 18:38:35 -05:00
Eliot Horowitz
026bd860c8 appendWhere and example 2009-01-29 10:30:25 -05:00
Eliot Horowitz
050600e04b don't like these
Revert "more tests"

This reverts commit f49dba41b6.
2009-01-26 07:41:47 -05:00
Eliot Horowitz
f49dba41b6 more tests 2009-01-26 07:29:33 -05:00
Eliot Horowitz
c14ac3ac0e fix authTest
abstract out pssword digest
2009-01-21 18:58:03 -05:00
Eliot Horowitz
bbb6744798 simple authTest 2009-01-20 11:38:12 -05:00
Eliot Horowitz
2dcdaa494a explicitly use mongo:: for this example for clarity 2009-01-15 11:38:32 -05:00
Aaron
248a6dd8de Replace tab indentation with spaces 2009-01-14 17:17:24 -05:00
Aaron
ad1f6b3cbd Put our code in 'mongo' namespace 2009-01-14 17:09:51 -05:00
Eliot Horowitz
3c7205be4a made example simple, moved tests to clientTest 2009-01-14 10:44:25 -05:00
Eliot Horowitz
cc47974312 ensureIndex 2009-01-14 10:40:15 -05:00
Eliot Horowitz
bf7edfbae5 playing with BSONObjBuilder stream for building
and an example
2009-01-14 09:40:54 -05:00
Eliot Horowitz
57eeff38ec update 2009-01-13 16:08:07 -05:00
Eliot Horowitz
6d7a16678b simple clientTest 2009-01-13 15:45:49 -05:00
Eliot Horowitz
ea90934bda cleaning targets/example 2009-01-13 09:56:18 -05:00
Eliot Horowitz
1aece26291 simple c++ client example 2009-01-12 15:27:46 -05:00