New feature: skipLocked() on the Query Builder/Eloquent ORM ( SKIP LOCKED ) #49451
Unanswered
kevineduardo
asked this question in
Ideas
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 far as I know, I need to do
lock('FOR UPDATE SKIP LOCKED')
to work with skip locked, but would be much easier to just have a method like "skipLocked()".Beta Was this translation helpful? Give feedback.
All reactions