Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

[doc typos] Updated transactions documentation for low-level usage.#209

Merged
vmarkovtsev merged 2 commits intoencode:masterfrom
wranglerr:update-transaction-docs
Aug 10, 2020
Merged

[doc typos] Updated transactions documentation for low-level usage.#209
vmarkovtsev merged 2 commits intoencode:masterfrom
wranglerr:update-transaction-docs

Conversation

@wranglerr
Copy link
Copy Markdown
Contributor

Summary

documentation update only

Using the lower-level API for Transactions requires that
await transaction.start() is called so transaction._connection
exists.

Also, low-level usage of transactions did not include the use of
await for transaction.rollback() and .commit().

wranglerr and others added 2 commits May 26, 2020 15:06
Using the lower-level API for Transactions requires that
`await transaction.start()` is called so `transaction._connection`
exists.

Also, low-level usage of transactions did not include the use of
`await` for `transaction.rollback()` and `.commit()`.
Copy link
Copy Markdown
Contributor

@vmarkovtsev vmarkovtsev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoa! How come that we missed this... Thanks!

@vmarkovtsev vmarkovtsev merged commit 0af2db8 into encode:master Aug 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants