Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
2.10.1
-
None
-
Windows XP 32-Bit
Description
The below method,
DBCollection com.mongodb.DB.createCollection(String arg0, DBObject arg1)
doesn't create a new empty collection using java.
However, from the mongo shell, this command creates an empty collection.