mongo-ruby-driver/lib/mongo
Jim Menard e0162aebb9 Level 1 support:
- Added PK factory support to the db class. Documented it in the README.

- Mongo#db now takes an options hash (right now, for :strict and :pk) and
  passes it in to the DB constructor.
2009-01-16 14:41:53 -05:00
..
message QueryMessage now handles hashes inside sort array properly. 2009-01-15 12:33:20 -05:00
types New ObjectID#legal_oid_string. Use that in ObjectID#from_string. 2009-01-15 11:25:23 -05:00
util Fixed DBRef BSON format. 2009-01-15 15:12:16 -05:00
admin.rb Pass Collection object, not name, to query so that we can access its hint fields at query time. 2009-01-13 15:38:46 -05:00
collection.rb New ObjectID#legal_oid_string. Use that in ObjectID#from_string. 2009-01-15 11:25:23 -05:00
cursor.rb check for nil 2009-01-15 09:35:44 -05:00
db.rb Level 1 support: 2009-01-16 14:41:53 -05:00
message.rb first commit 2008-11-21 20:00:51 -05:00
mongo.rb Level 1 support: 2009-01-16 14:41:53 -05:00
query.rb Comment. Removed unneeded require. 2009-01-14 15:36:17 -05:00