-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.1
-
Component/s: None
-
None
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.