index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dbtests
/
querytests.cpp
Age
Commit message (
Expand
)
Author
2010-02-02
SERVER-595 add test
Aaron
2010-01-29
get rid of setClient - all Database storage is in Client::Context
Eliot Horowitz
2010-01-12
SERVER-531 refactor code for not influencing lastError
Aaron
2010-01-03
a little code cleanup / renameing
Dwight
2009-12-31
compile
Dwight
2009-12-21
fix cpp unit tests were failing on windows _DEBUG build
Dwight
2009-12-21
MINOR fix warning
Aaron
2009-12-18
tests and minor fixes for SERVER-181 and SERVER-273
Eliot Horowitz
2009-12-06
fix test locking
Eliot Horowitz
2009-12-04
moving towards direct access from DBDirectClient rather than through message ...
Eliot Horowitz
2009-12-03
some more helpers for querying
Eliot Horowitz
2009-11-30
Loosen test because capped collection size isn't exact
Mathias Stearn
2009-11-25
forgot a test
Eliot Horowitz
2009-11-25
use Helpers::findById for simpel _id lookups
Eliot Horowitz
2009-11-25
some btree helpers and test
Eliot Horowitz
2009-10-19
field selector no longer effects which objects are returned
Eliot Horowitz
2009-10-14
move the var 'database' inside Client object
Dwight
2009-10-13
fix bug with cursors and capped collections where cursor could get partial data
Eliot Horowitz
2009-10-09
arrays match themselves in queryies SERVER-146
Eliot Horowitz
2009-09-30
win pre-compild headers
unknown
2009-09-18
minor: specify mongo namespace to avoid clash on windows
Mike Dirolf
2009-09-18
minor: whitespace
Mike Dirolf
2009-09-17
new unit test framework
Eliot Horowitz
2009-08-27
use canonicalType in a couple more places - make symbol test work
Eliot Horowitz
2009-08-27
symbol test not working yet
Eliot Horowitz
2009-08-25
test for broken indexing thing - doesn't assert - just prints
Eliot Horowitz
2009-07-17
update tests to match array matching change MINOR
Eliot Horowitz
2009-05-22
change min/max to minKey maxKey
Eliot Horowitz
2009-05-21
BUG SERVER-59 when matching expand arrays recursively if contained in differe...
Aaron
2009-05-20
BUG SERVER-58 fix embedded array matching
Aaron
2009-05-12
reset shared database after each test suite MINOR
Aaron
2009-05-12
unit tests use same database to reduce disk usage
Aaron
2009-05-08
fix compile warning MINOR
Aaron
2009-05-08
generate simplified key to match query with simple bounds
Aaron
2009-05-06
make $max query parameter an exclusive bound
Aaron
2009-05-06
DBDirectClient uses main db mutex recursively and preserves database context
Aaron
2009-04-30
more flexibility and sanity checks for min/max query specs
Aaron
2009-04-30
core implementation of min/max query parameters
Aaron
2009-04-27
don't allow matching an array directly with standard operators
Aaron
2009-04-22
BUG SERVER-29 matcher access objects in arrays correctly
Aaron
2009-04-20
add _id index automatically, don't allow it to be deleted
Aaron
2009-04-20
add unique option when creating index in c++, js drivers; basic unique key un...
Aaron
2009-04-16
clear index cache in c++ client on dropping collection / database
Aaron
2009-04-13
ne applies to all multikey values, adjust 'size' and 'all' behavior for objec...
Aaron
2009-04-13
check multi ne behavior MINOR
Aaron
2009-04-08
empty field spec same as missing field spec for queries
Aaron
2009-04-08
c++ test for collection name beginning with underscore MINOR
Aaron
2009-04-07
don't allow _id to be an array
Aaron
2009-04-06
fix compiler warning
Aaron
2009-04-06
add basic count test, in preparation for smarter count code coming after we c...
Aaron
[next]