Commit Graph

108 Commits

Author SHA1 Message Date
Jim Menard 7669900126 Lots of fixes.
- Introduced OrderedHash because db commands require that the command key be
  first.
- Fixed BSON (de)serialization of object ids.
- Simplified @coll.drop_indexes.
- Renamed some method parameters to make their type more clear (for example,
  "collection" became "collection_name").
- Got the index_information test working.
2008-12-08 11:38:42 -05:00
Jim Menard 067ec66812 Fixed index info retrieval 2008-12-08 08:33:29 -05:00
Jim Menard 51dde79ba4 Add _id to inserted records. Fixed ObjectID load, save, and generation. 2008-12-04 08:37:42 -05:00
Jim Menard 99db98f6e8 Made db.full_coll_name public. Wrote a test for it. 2008-12-02 07:26:45 -05:00
Jim Menard 8b82d716dd Added to to-do list. 2008-12-02 07:22:32 -05:00
Jim Menard acf5cc994b More tests. Fixed some db client bugs. 2008-12-02 07:20:29 -05:00
Jim Menard 8459fcad5b Added call to db.count to example. Need to see why it's not working. 2008-12-01 19:36:20 -05:00
Jim Menard 5e3815bf69 first commit 2008-11-21 20:00:51 -05:00