-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 1.6.5, 1.7.1, 1.7.2
-
Component/s: None
-
None
-
Environment:Ubuntu 10.10 amd64
-
Linux
MongoDB is not yet ready as a DB for historical documents, even for those from WW II ?
And the problem is not addressed as for 1.7/1.8 ?
$ mongo
MongoDB shell version: 1.7.2-pre-
connecting to: test
> db.test.insert(
)
> db.test.find()
> db.test.find(
{ '$where' : 'this.date < new Date(2010, 10, 10)'})
> db.test.insert(
)
> db.test.find(
)
{ "_id" : ObjectId("4cebba3eb796a4850a6c6ea3"), "date" : ISODate("1999-11-09T23:00:00Z") }