mongo-ruby-driver/lib
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
..
mongo Bug fixes: 2009-01-07 09:46:30 -05:00
mongo.rb Added ObjectID class. Fixed BSON object serialization bug. db.count now works. 2008-12-01 20:01:13 -05:00