Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
I have started using this crate recently and I am curious about how to do a select for update. I have the below code.
Do you think this code block is guaranteed to achieve what I am trying to do (lock the row until the whole block executes)? Thanks
Beta Was this translation helpful? Give feedback.
All reactions