You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 16, 2021. It is now read-only.
To a method, for example - lockForUpdateSkipLocked(). Which allowed to safely enable SKIP LOCKED functionality if it is supported by the current DB or its version.
Now it is necessary to use the lock('FOR UPDATE SKIP LOCKED'), but before that, check whether the client has the current database.