You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't quite understand the issue. What I see is two different documents that got inserted with different "_id" properties, which is expected as that hash should always be unique and is automatically created by MongoDB. Am I missing something else?
I don't quite understand the issue. What I see is two different documents
that got inserted with different "_id" properties, which is expected as that
hash should always be unique and is automatically created by MongoDB. Am I
missing something else?
Reply to this email directly or view it on GitHub: #5 (comment)
I got 2 results for
dm.db.runCommand(new Document("getLastError:")).add(onCheckInsertError);
insert on localhost (
The record will be inserted with this result
"document" Object (@98e10a1)
connectionId 10 [0xa]
err null
n 0
ok 1
insert on MongoLab (remote)
The record will be inserted with this result.
"document" Object (@99edfb9)
1.53855329053509E169
n 0
on both databases the record is inserted
but the document result is different
The text was updated successfully, but these errors were encountered: