- Feb 10, 2019
-
-
Kevin Albertson authored
-
- Jul 13, 2018
-
-
Jeremy Mikola authored
-
- Jul 10, 2018
-
-
A. Jesse Jiryu Davis authored
-
- Jul 07, 2018
-
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
-
- Jun 27, 2018
-
-
Roberto C. Sánchez authored
-
- Jun 26, 2018
-
-
Roberto C. Sánchez authored
-
Roberto C. Sánchez authored
-
- Jun 23, 2018
-
-
A. Jesse Jiryu Davis authored
Signed-off-by:A. Jesse Jiryu Davis <jesse@mongodb.com>
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
-
Spencer McKenney authored
-
Kevin Albertson authored
-
Kevin Albertson authored
-
A. Jesse Jiryu Davis authored
Error code 64, "WriteConcernFailed", is no longer a retryable write. If commitTransaction returns error code 64, add the error label "UnknownTransactionCommitResult".
-
Spencer McKenney authored
-
- Jun 22, 2018
-
-
Evgeni Dobranov authored
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
-
Kevin Albertson authored
-
Kevin Albertson authored
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
-
Spencer McKenney authored
-
Spencer McKenney authored
-
Kevin Albertson authored
-
Kevin Albertson authored
-
- Jun 21, 2018
-
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
* upstream/master: CDRIVER-2558 add mongoc_error_has_labels
-
A. Jesse Jiryu Davis authored
-
- Jun 20, 2018
-
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
-
A. Jesse Jiryu Davis authored
Users cannot pass read concern, write concern, or read preference to "with_opts" functions in a transaction. To prevent this, keep the user's read preference separate from the inherited read preference until it can be checked in _mongoc_client_command_with_opts(). Most drivers don't allow these 3 options to be set per-operation, so the Transactions Spec doesn't test that setting them is prohibited in a transaction. The new test file opts.yml uses the Transaction Spec's test format for C Driver-specific tests of this scenario. Also implement CDRIVER-2704, included upsertedCount in replies from mongoc_collection_update_one, update_many, and replace_one: it's useful and allows us to use standard CRUD test specifications. Update our test runner to use CRUD functions like mongoc_collection_insert_one instead of using mongoc_bulk_operation_t for all writes.
-
- Jun 19, 2018
-
-
Kevin Albertson authored
-