-
Type:
Bug
-
Resolution: Works as Designed
-
Priority:
Major - P3
-
None
-
Affects Version/s: 3.0.0
-
Component/s: None
I was using "mongodb": "^2.2.33", version. Today I have updated mongoDB version to "mongodb": "^3.0.0-rc0" . After updation my code started giving errors.
1. db.listCollections is not a function
2. dbconnectionManager.getconnection(...).collection is not a function