Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing problems with collection names which have the same name as fun…
…ctions in native If you have collection names which are identical to functions in the mongodb-native you will get in trouble with the changes on the db prototype (a37030a and 26d17aa). This small fix changes the behaviour: If you initialize collection names with the connect they will overwrite the prototype functions. If you use the explicit collection() you will always get the collection and not the possible available prototype function.
- Loading branch information