Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Duplicate
-
2.6.5
-
None
-
None
-
ALL
-
Description
> db.collection.count();
474123
> db.collection.count({"timestamp":{$type:9}});
474123
> db.collection.count({"timestamp":{$type:17}});
2015-02-18T13:58:02.394-0500 count failed: {
"code" : 13111,
"ok" : 0,
"errmsg" : "13111 wrong type for field () 17 != 9"
} at src/mongo/shell/query.js:191
Attachments
Issue Links
- duplicates
-
SERVER-3304 Change comparison order so all Dates sort before all Timestamps
-
- Closed
-