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
Passing in connect_timeout when connecting via pgdriver results in: panic: ERROR: unrecognized configuration parameter "connect_timeout" (SQLSTATE=42704)
However, connect_timeout is listed as a valid parameter here at section "34.1.2. Parameter Key Words".
😅 That's slightly embarrassing. That sounds like a quick change I'm up for PR-ing though. Would it be more appropriate to create a new WithConnectTimeout or to modify parseDSN to read connect_timeout as a WithDialTimeout?
Passing in
connect_timeout
when connecting viapgdriver
results in:panic: ERROR: unrecognized configuration parameter "connect_timeout" (SQLSTATE=42704)
However,
connect_timeout
is listed as a valid parameter here at section "34.1.2. Parameter Key Words".The text was updated successfully, but these errors were encountered: