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
Active Record Connection Pool: Don't try to clear unowned connections
If `conn.owner` is `nil` there's no point trying to clear the lease,
and worse, if we're on Ruby 3.3.5+, `WeakKeyMap#[]` will raise an error
when trying to use `nil` as a key.
0 commit comments