-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Blocker - P1
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
While Querying using MongoCursor the date field returned as integer variable. But when i use dbobject it seems to be return as perfect.
When I query using the MongoCursor
{"date" : { "$date" : 1468476847025 }}
When I query using the DBCursor
{"date" : { "$date" : "2016-07-23T15:02:12.728Z" }}
The method getDB(String) from the type Mongo is deprecated
- is duplicated by
-
JAVA-2447 Implement Extended JSON specification
- Closed