Skip to content
Snippets Groups Projects
Commit 7e04261d authored by Robert J. Moore's avatar Robert J. Moore
Browse files

[mongodb] Add mongodb.upsert configuration option.

Added a configuration option (mongodb.upsert) to control if the driver
performs inserts or upserts operations for the DB.insert() method.
Defaults to doing inserts.

Note: Change in behavior from previous versions that performed upserts
for non-batched DB.insert() operations.

Fixes #400.
parent 354b6286
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment