.. |
mongo-qa
|
Deprecate Collection#find_first in favor of Collection#find_one, also improve docs
|
2009-08-14 15:39:49 -04:00 |
test_admin.rb
|
do a db.error at the end of each teardown. hopefully this will fix the out of order messages that we've been experiencing
|
2009-03-13 17:09:19 -04:00 |
test_bson.rb
|
support for long type in pure ruby [enc|dec]oder
|
2009-08-03 17:57:44 -04:00 |
test_byte_buffer.rb
|
Clarified ByteBuffer.get behavior: get() returns one byte, get(1) returns array of length one.
|
2008-12-18 16:14:56 -05:00 |
test_chunk.rb
|
do a db.error at the end of each teardown. hopefully this will fix the out of order messages that we've been experiencing
|
2009-03-13 17:09:19 -04:00 |
test_collection.rb
|
allow [] on DB, Collection instances to get collections/sub-collections
|
2009-08-17 11:11:03 -04:00 |
test_cursor.rb
|
do a db.error at the end of each teardown. hopefully this will fix the out of order messages that we've been experiencing
|
2009-03-13 17:09:19 -04:00 |
test_db.rb
|
Deprecate Collection#find_first in favor of Collection#find_one, also improve docs
|
2009-08-14 15:39:49 -04:00 |
test_db_api.rb
|
API CHANGE _id is aded to hash instances that get inserted / saved
|
2009-08-14 17:26:50 -04:00 |
test_db_connection.rb
|
do a db.error at the end of each teardown. hopefully this will fix the out of order messages that we've been experiencing
|
2009-03-13 17:09:19 -04:00 |
test_grid_store.rb
|
GridStore.list to list gridfs files
|
2009-07-15 10:06:45 -04:00 |
test_message.rb
|
include XGen::Mongo::Driver in test classes
|
2008-12-18 21:57:20 -05:00 |
test_mongo.rb
|
better error checking for database names
|
2009-08-13 16:26:51 -04:00 |
test_objectid.rb
|
Changed ObjectID#legal_oid_string to ObjectID#legal?
|
2009-02-09 11:38:24 -05:00 |
test_ordered_hash.rb
|
add OrderedHash[] initialization
|
2009-08-14 11:38:25 -04:00 |
test_round_trip.rb
|
minor: fix test file for windows - open file in binary mode
|
2009-07-16 11:52:34 -04:00 |
test_threading.rb
|
fix a deadlock with threaded queries
|
2009-08-10 16:10:52 -04:00 |