Commit Graph

151 Commits

Author SHA1 Message Date
Aaron
3b40382a0d Start on TenGen and JS modes 2008-12-30 19:04:40 -05:00
Aaron
e598a0cedd Only escape if utf8 character in basic ascii range 2008-12-30 18:20:57 -05:00
Aaron
6b9b6ffa77 Add date and regexp strict mode 2008-12-30 17:47:36 -05:00
Aaron
5c9b3f8d30 Added Symbol support to formattedString, modified BinData format 2008-12-30 17:16:39 -05:00
Aaron
cb023c8bb5 Better OID printing 2008-12-30 17:05:15 -05:00
Aaron
d5d630022a Started BSONObj::formattedString 2008-12-30 11:16:14 -05:00
Aaron
b7cbd30112 Replace tab indentation with spaces 2008-12-28 20:28:49 -05:00
unknown
6e6f6ea895 regex compare now implemented 2008-12-25 20:51:32 -05:00
unknown
96f476c3c5 compile on visual C++ / windows 2008-12-25 20:22:24 -05:00
dwight
73ad3f1454 partial - appendRegex not finished yet 2008-12-25 20:05:31 -05:00
Aaron
3148da81f2 Index simple objects within arrays 2008-12-24 13:57:30 -05:00
Aaron
11f58f1882 Use empty string for field names of key elements 2008-12-19 18:12:59 -05:00
Aaron
b473e85b92 Make g++ warnings stricter, clear a few new warnings 2008-12-17 14:09:37 -05:00
Aaron
ac39edd52c Make object comparison recursive, with tests 2008-12-11 19:16:25 -05:00
Aaron
3ec2ba4d9d Added some index details tests 2008-12-11 15:20:28 -05:00
Aaron
4a5d9e567c Cursor bracketing supports multiple inequalities on the same field 2008-12-11 09:48:14 -05:00
Aaron
f5f533a36f Bracket btree cursors with beginning and and ending keys 2008-12-09 09:54:51 -05:00
unknown
8e600e8f1b bug with the new NumericInt datatype fixed
keys were misordered in btree under certain condition.

bug could be manifested previously with:

  local.src.test.ed.db.stress.hunga()
  go(1,7109.450806359954)
2008-12-06 14:49:27 -05:00
Dwight
d78b9d0f7d slightly smarter tostring 2008-12-01 10:59:53 -05:00
Dwight
6f9636903b num 2008-11-21 14:14:40 -05:00
Dwight
ccd67f3bf3 beginnings of some numeric compare testing. 2008-11-21 12:08:11 -05:00
Dwight
7ce45ce381 first cut of $hint 2008-11-17 15:39:03 -05:00
Dwight
4e6f1c1f0e better json output 2008-11-14 11:20:23 -05:00
Dwight
2a46ef9acd embedded object segfault fix 2008-11-04 15:05:01 -05:00
Dwight
0aef80f8cc rename classes 2008-10-21 16:13:48 -04:00
unknown
64769580b1 client support for replica fails (auto failover) 2008-10-19 12:48:04 -05:00
unknown
2a9c303a5a int datatype 2008-10-12 20:09:59 -05:00
Dwight
6ff1bb8bf1 $ne in prog 2008-10-10 11:10:21 -04:00
Dwight
732e137119 BUG 905 fixed w/indexes case 2008-10-09 17:29:04 -04:00
Dwight
d7781cda23 BUG 905 sorting embedded 2008-10-09 17:06:56 -04:00
Dwight
2391b9083c jsobj::valid() 2008-10-08 19:04:44 -04:00
Dwight
ab00e9875b validate objects on clone() 2008-10-02 17:25:57 -04:00
Eliot Horowitz
245779485e Merge branch 'master' of ssh://git.latenightcoders.com/data/gitroot/p 2008-09-14 22:03:01 -04:00
Eliot Horowitz
54668a9afe can pass functions with scopes 2008-09-14 12:39:49 -04:00
Dwight
5f163f72b8 dbgrid.vcproj missing; more work on dbgrid 2008-09-11 09:15:34 -04:00
Dwight
98d4a02dcb dbgrid start 2008-09-09 10:19:31 -04:00
Dwight
02bc370b37 sort without index 2008-08-21 18:05:13 -04:00
Dwight
776387ea1b Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
Conflicts:

	db/repl.h
2008-08-11 15:16:54 -04:00
Dwight
236575ca95 minor cleanup pragmas 2008-08-11 14:53:08 -04:00
dwight
187156c280 bug fix with $in 2008-08-04 07:00:48 -04:00
Eliot Horowitz
9d5178583f added type Symbol 2008-07-31 22:21:32 -04:00
Dwight
227f630729 replication 2008-07-29 17:54:54 -04:00
Dwight
3363fe311c collection options are retained when db is cloned;
those options now listed in system.namespaces;
more repl work
2008-07-28 13:51:39 -04:00
Dwight
38dbc34d45 a little defensive plus better json output 2008-07-22 18:12:32 -04:00
Eliot Horowitz
50e8a1a3f5 added AGPL License Header to every file
take 2
2008-07-20 17:37:33 -04:00
Eliot Horowitz
383a862ad3 Revert "added AGPL License Header to every file"
Oops - added multiple times.

This reverts commit 608769fd03.
2008-07-20 17:34:22 -04:00
Eliot Horowitz
608769fd03 added AGPL License Header to every file 2008-07-20 17:33:02 -04:00
Dwight
258be59a79 compound $lt $gt statements now work, but query optimizer needs to be smarter 2008-07-17 19:34:47 -04:00
Dwight
08bbcb55f2 $in queries 2008-07-17 16:43:58 -04:00
Dwight
09da292c09 lots: new count implemenation,
segv handler fix,
tweak # of objects returned on unlimit()ed find
2008-07-11 16:47:02 -04:00