Can we assume that queries written with clause.Locking are transactional by default? #7348
Unanswered
Inderdeep01
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As I was reading the docs, I came across this line:
Source: https://gorm.io/docs/transactions.html
I am to perform some update operations on the db using the lock clause. I was wondering if I need to take care of the transaction myself or I can assume the before mentioned statement to be true in this case?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions