From 7af4f27900ec057ec042fa351fc147f3865a4ce2 Mon Sep 17 00:00:00 2001 From: Grace Miller Date: Fri, 10 Jan 2025 14:56:00 -0500 Subject: [PATCH 1/2] DOCSP-45871-parallel-operation-admonition --- source/fundamentals/transactions.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/fundamentals/transactions.txt b/source/fundamentals/transactions.txt index 48709e20..b6d57e80 100644 --- a/source/fundamentals/transactions.txt +++ b/source/fundamentals/transactions.txt @@ -195,6 +195,8 @@ For an additional example using sessions and transactions with the {+driver-shor :website:`developer blog post on Multi-Document ACID Transactions `. +.. sharedinclude:: dbx/transactions-parallelism.rst + .. _api-docs-transaction: API Documentation From ed60e5d19fe5408a8d1c119f72c9c2145b3a2f8a Mon Sep 17 00:00:00 2001 From: Grace Miller Date: Fri, 10 Jan 2025 16:23:19 -0500 Subject: [PATCH 2/2] move --- source/fundamentals/transactions.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/fundamentals/transactions.txt b/source/fundamentals/transactions.txt index b6d57e80..3aae93b9 100644 --- a/source/fundamentals/transactions.txt +++ b/source/fundamentals/transactions.txt @@ -157,6 +157,8 @@ options, then creates a session with these options: :start-after: begin-session-txn-options :end-before: end-session-txn-options +.. sharedinclude:: dbx/transactions-parallelism.rst + Example ------- @@ -195,8 +197,6 @@ For an additional example using sessions and transactions with the {+driver-shor :website:`developer blog post on Multi-Document ACID Transactions `. -.. sharedinclude:: dbx/transactions-parallelism.rst - .. _api-docs-transaction: API Documentation