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
Prioritize explicit endpoint options over PGHOST-derived defaults (#742)
- Updated `default_opts/1` to apply PGHOST-derived host only when no
endpoint-related options (:socket, :socket_dir, :hostname, :endpoints)
are explicitly provided.
- Added test coverage for new behavior, ensuring explicit endpoint keys
override PGHOST-derived values.
0 commit comments