Details
-
Bug
-
Resolution: Works as Designed
-
Major - P3
-
None
-
None
-
None
-
None
-
ubuntu 16 lts
Description
so I have a piece of code for dropping collections. It works on windows but not when its run in ubuntu.
MongoDatabase database;
|
database = mongoClient.getDatabase("mydb"); |
MongoCollection<Document> _col = database.getCollection("collName"); |
_col.drop();
|
mongoClient.close();
|
|
I think it might be a bug
Thanks
Pedrum