Eliot Horowitz
|
34e48aaf5d
|
new unit test framework
|
2009-09-17 17:23:38 -04:00 |
|
Eliot Horowitz
|
08fcfcb34c
|
use canonicalType in a couple more places - make symbol test work
|
2009-08-27 10:19:58 -04:00 |
|
Eliot Horowitz
|
5a732ac0e2
|
symbol test not working yet
|
2009-08-27 09:41:56 -04:00 |
|
Eliot Horowitz
|
360dc900a0
|
test for broken indexing thing - doesn't assert - just prints
|
2009-08-25 02:24:27 -04:00 |
|
Eliot Horowitz
|
f6aebb421f
|
update tests to match array matching change MINOR
|
2009-07-17 16:02:25 -04:00 |
|
Eliot Horowitz
|
5eb08a4478
|
change min/max to minKey maxKey
|
2009-05-22 15:05:13 -04:00 |
|
Aaron
|
9d44b312f0
|
BUG SERVER-59 when matching expand arrays recursively if contained in different objects
|
2009-05-21 13:24:14 -04:00 |
|
Aaron
|
f80d887a78
|
BUG SERVER-58 fix embedded array matching
|
2009-05-20 10:54:23 -04:00 |
|
Aaron
|
b7182b610a
|
reset shared database after each test suite MINOR
|
2009-05-12 16:37:23 -04:00 |
|
Aaron
|
d9129f8cb2
|
unit tests use same database to reduce disk usage
|
2009-05-12 15:58:26 -04:00 |
|
Aaron
|
6ebf10766c
|
fix compile warning MINOR
|
2009-05-08 15:54:26 -07:00 |
|
Aaron
|
fb0746fda6
|
generate simplified key to match query with simple bounds
|
2009-05-08 15:42:50 -07:00 |
|
Aaron
|
d42d6b340c
|
make $max query parameter an exclusive bound
|
2009-05-06 14:02:44 -04:00 |
|
Aaron
|
6ea9c81aa3
|
DBDirectClient uses main db mutex recursively and preserves database context
|
2009-05-06 11:32:48 -04:00 |
|
Aaron
|
a229845ceb
|
more flexibility and sanity checks for min/max query specs
|
2009-04-30 17:36:25 -04:00 |
|
Aaron
|
af59c4ea9e
|
core implementation of min/max query parameters
|
2009-04-30 16:25:36 -04:00 |
|
Aaron
|
6a2329b040
|
don't allow matching an array directly with standard operators
|
2009-04-27 14:43:05 -04:00 |
|
Aaron
|
b9617339d4
|
BUG SERVER-29 matcher access objects in arrays correctly
|
2009-04-22 14:11:53 -04:00 |
|
Aaron
|
b1cc3f6223
|
add _id index automatically, don't allow it to be deleted
|
2009-04-20 18:40:38 -04:00 |
|
Aaron
|
80847b561c
|
add unique option when creating index in c++, js drivers; basic unique key unit tests
|
2009-04-20 13:51:54 -04:00 |
|
Aaron
|
ee6ef61ca4
|
clear index cache in c++ client on dropping collection / database
|
2009-04-16 11:27:10 -04:00 |
|
Aaron
|
ce293a0452
|
ne applies to all multikey values, adjust 'size' and 'all' behavior for objects within arrays
|
2009-04-13 16:40:30 -04:00 |
|
Aaron
|
de3b76ff45
|
check multi ne behavior MINOR
|
2009-04-13 11:40:31 -04:00 |
|
Aaron
|
495eaa8093
|
empty field spec same as missing field spec for queries
|
2009-04-08 14:01:48 -04:00 |
|
Aaron
|
94e12ec06b
|
c++ test for collection name beginning with underscore MINOR
|
2009-04-08 10:45:51 -04:00 |
|
Aaron
|
56f8696909
|
don't allow _id to be an array
|
2009-04-07 11:02:29 -04:00 |
|
Aaron
|
57288fe0b2
|
fix compiler warning
|
2009-04-06 15:19:30 -04:00 |
|
Aaron
|
09a327160b
|
add basic count test, in preparation for smarter count code coming after we cut branch
|
2009-04-06 15:07:20 -04:00 |
|
Aaron
|
7e86cd69f3
|
Move update related tests to separate file
|
2009-03-23 18:32:05 -04:00 |
|
Aaron
|
6b9abc6144
|
mods on missing embedded objects checkpoint
|
2009-03-23 18:21:07 -04:00 |
|
Aaron
|
5a276ef621
|
Replace emptyObj with BSONObj()
|
2009-03-19 16:23:04 -04:00 |
|
Aaron
|
bf1d5f4282
|
$set can be used with any type, checkpoint
|
2009-03-18 18:06:37 -04:00 |
|
Aaron
|
cc83107966
|
Now forward startLoc, with test
|
2009-03-18 17:50:45 -04:00 |
|
Aaron
|
1bf6caeb4c
|
Tailable w/ delete tests
|
2009-03-11 17:19:08 -04:00 |
|
Aaron
|
3055ab6d1d
|
Clean up tailable cursor code
|
2009-03-11 17:05:50 -04:00 |
|
Aaron
|
99dd91cddc
|
Don't attempt to make cursor tail immediately if not at end
|
2009-03-11 11:58:26 -04:00 |
|
Aaron
|
d4fad81da1
|
Add explicit getMore to client interface
|
2009-03-10 16:49:17 -04:00 |
|
Aaron
|
f5e4fe8cd6
|
Key match checkpoint
|
2009-03-02 16:03:48 -05:00 |
|
Aaron
|
4427a23bc7
|
Ignore MinKey and MaxKey in matcher
|
2009-02-27 14:04:19 -05:00 |
|
Aaron
|
e6ed67e5fd
|
Remove 'getIndexCursor' references
|
2009-02-25 15:11:58 -05:00 |
|
Aaron
|
593bf1f126
|
virtual dtors == good
|
2009-02-18 13:42:32 -05:00 |
|
Aaron
|
422efe3aea
|
Fix test failure on hudson boost
|
2009-02-05 13:07:31 -05:00 |
|
Aaron
|
6b88cdc56c
|
More validation for modifier updates
|
2009-02-05 11:51:51 -05:00 |
|
Dwight
|
1ec09421ed
|
hint and explain
|
2009-01-30 12:46:49 -05:00 |
|
Aaron
|
a816e54816
|
Add 'fields' spec to cmd run count
|
2009-01-21 10:36:40 -05:00 |
|
Aaron
|
c777160f0f
|
Fix simple match spec for encapsulating elements and numbers
|
2009-01-20 16:54:57 -05:00 |
|