TODO
This commit is contained in:
parent
ba53b4b7e8
commit
e58dc782ad
1 changed files with 7 additions and 2 deletions
9
TODO
9
TODO
|
@ -17,9 +17,8 @@ MongoDB
|
||||||
+ support full level 0
|
+ support full level 0
|
||||||
- database command support ??
|
- database command support ??
|
||||||
- handle query errors
|
- handle query errors
|
||||||
- hint, explain, count, $where
|
- hint, explain, $where
|
||||||
- database profiling: set/get profiling level, get profiling info
|
- database profiling: set/get profiling level, get profiling info
|
||||||
- validate a collection in a database ??
|
|
||||||
- pair mode connection
|
- pair mode connection
|
||||||
- operations on database objects
|
- operations on database objects
|
||||||
* getName
|
* getName
|
||||||
|
@ -33,6 +32,7 @@ MongoDB
|
||||||
* last_status
|
* last_status
|
||||||
* logout
|
* logout
|
||||||
* reset_error_history
|
* reset_error_history
|
||||||
|
* eval
|
||||||
- database admin
|
- database admin
|
||||||
* getAdmin
|
* getAdmin
|
||||||
* getProfilingLevel
|
* getProfilingLevel
|
||||||
|
@ -42,8 +42,10 @@ MongoDB
|
||||||
* modify
|
* modify
|
||||||
* replace
|
* replace
|
||||||
* repsert
|
* repsert
|
||||||
|
* rename
|
||||||
- index operations
|
- index operations
|
||||||
* createIndex
|
* createIndex
|
||||||
|
* ensureIndex
|
||||||
* dropIndex
|
* dropIndex
|
||||||
* dropIndexes
|
* dropIndexes
|
||||||
* getIndexInformation
|
* getIndexInformation
|
||||||
|
@ -52,6 +54,9 @@ MongoDB
|
||||||
* getOptions
|
* getOptions
|
||||||
* getName
|
* getName
|
||||||
* close
|
* close
|
||||||
|
* group
|
||||||
|
* distinct
|
||||||
|
* map reduce
|
||||||
- cursor object
|
- cursor object
|
||||||
* hasMore
|
* hasMore
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue