Skip to content

Commit

Permalink
Merge branch 'tmm1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Madrid committed Aug 1, 2008
2 parents c85ae46 + d75a53c commit 5daa94c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions rmongo.todo
@@ -0,0 +1,16 @@
- make Buffer#write support multiple arguments
- refactor commands using send(command_id){ |buf| buf.write(:custom, data, :for, command) }
- integrate collections method_missing api from jruby wrapper

- improved version of save
- doInsert if not .keys.include?(:_id)
- generate object id
- use same algorithm as ObjectID.java
- or perhaps, use modified uuid gem
- doUpdate if :_id already exists

- add indexing api (ensureIndex) [ look at dbcollection.js ]

- support cursors
- doGetMore to get more data from a cursor
- doKillCursors to clean up

0 comments on commit 5daa94c

Please sign in to comment.