File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,8 @@ name = "ruby-driver"
22title = " Ruby MongoDB Driver"
33
44intersphinx = [" https://www.mongodb.com/docs/manual/objects.inv" ]
5+
6+ sharedinclude_root = " https://raw.githubusercontent.com/10gen/docs-shared/main/"
7+
8+ [constants ]
9+ driver-short = " Ruby driver"
Original file line number Diff line number Diff line change 22Transactions
33************
44
5- .. default-domain:: mongodb
6-
75.. contents:: On this page
86 :local:
97 :backlinks: none
@@ -16,6 +14,8 @@ Version 4.0 of the MongoDB server introduces
1614(Updates to multiple fields within a single document are atomic in all
1715versions of MongoDB.) Ruby driver version 2.6.0 adds support for transactions.
1816
17+ .. sharedinclude:: dbx/transactions-parallelism.rst
18+
1919.. _using-transactions:
2020
2121Using Transactions
You can’t perform that action at this time.
0 commit comments