mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-06-08 18:57:12 +00:00
update annotations
This commit is contained in:
parent
046b3281e1
commit
4d414e5f95
21 changed files with 57 additions and 57 deletions
|
@ -114,7 +114,7 @@ db.<collection>.insertMany([ { document }, { document }, ... ], options) # inse
|
|||
db.<collection>.insertMany([ { document }, { document } ] , { "ordered": false }) # allow the unordered insertion, only documents that cause errors wont be inserted
|
||||
```
|
||||
|
||||
**NOTE**: If `insertMany()` fails the already inserted documents are not rolled back but all the successive ones (even the correct ones) will not be inserted.
|
||||
> **Note**: If `insertMany()` fails the already inserted documents are not rolled back but all the successive ones (even the correct ones) will not be inserted.
|
||||
|
||||
### Read
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue