Details
-
Task
-
Resolution: Cannot Reproduce
-
Major - P3
-
None
-
2.13.0
-
None
-
Windows 7 64bit, IntelliJ Idea
Description
While moving through records with a cursor, when I retrieve a field that is an array e.g.
"tags":[4.0] and it only contains a single double while doing "BasicDBList l = (BasicDBList) o.get("Tags"); " I get
"Exception in thread "main" java.lang.ClassCastException: java.lang.Double cannot be cast to com.mongodb.BasicDBList"
There was no such a problem with previous stable version.