Doc error over transaction syntax #224
Open
Comments
|
Hi @hongyuan1306 , I also noticed the same after trying the transactions from the documentation. Did it work for you after adding |
|
@pumpkiny9120 Yes, it works with the postgresql backend |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the doc section over transaction, for a lower-level transaction API, the following example is given:
Actually the
rollbackandcommitare all async methods. So they shall be all awaited.The text was updated successfully, but these errors were encountered: