mongo-ruby-driver/lib/mongo
Jim Menard 26b88efd3b Bug fixes:
- Make sure Query#fields returns a hash, not an array.
- Fix query limit by passing limit number to cursor and having it enforce the
  limit. (Database returns limit as first batch, but will continue to return
  data after the limit if requested.)
Improvements:
- Query#new can take a single field name instead of an array
- A few doc comment improvements here and there.
2009-01-07 09:46:30 -05:00
..
message Make sure Message request id ivar matches value put into buffer. 2009-01-04 10:02:32 -05:00
util Updated copyright dates. 2009-01-06 10:51:01 -05:00
collection.rb Comment about << alias 2009-01-07 09:45:56 -05:00
cursor.rb Bug fixes: 2009-01-07 09:46:30 -05:00
db.rb Bug fixes: 2009-01-07 09:46:30 -05:00
message.rb first commit 2008-11-21 20:00:51 -05:00
mongo.rb Updated copyright dates. 2009-01-06 10:51:01 -05:00
objectid.rb Updated copyright dates. 2009-01-06 10:51:01 -05:00
query.rb Bug fixes: 2009-01-07 09:46:30 -05:00