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 Mar 11, 2025. It is now read-only.
If DSN is not provided at all (e.g. because of the misconfigured environment), advisory-lock silently fails to lock:
With proper DSN it works:
With wrong DSN it fails (as expected):
Expected behaviour
With undefined DSN, an error is thrown.