Details
-
Bug
-
Resolution: Done
-
Major - P3
-
2.1
-
None
-
None
Description
It is possible to create a collection eg. with the name "this.is.a.collection". All works well when doing queries in the mongo-console and with the java-driver as well.
Except a problem in method find() of class DBRef. It always returns null when the referenced collection has a name of form this.is.a.collection.