Open dazhangyu0808 opened 7 years ago
it looks like that , the _id filed must be a ObjectId in mongorito, but in mongodb, the _id field can be any type
Based on the query.js: it only expect _id to be an ObjectId, otherwise string would be ambigous.
_id
it looks like that , the _id filed must be a ObjectId in mongorito, but in mongodb, the _id field can be any type