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
Is your feature request related to a problem? Please describe.
Unable to pass parameters to databases via connect_to_<database> (ie: psycopg2->postgresconnection_timeout)
Describe the solution you'd like
Add support for all parameters a database may support.
Describe alternatives you've considered
None that I can think of.
Is your feature request related to a problem? Please describe.
Unable to pass parameters to databases via
connect_to_<database>
(ie:psycopg2
->postgres
connection_timeout
)Describe the solution you'd like
Add support for all parameters a database may support.
Describe alternatives you've considered
None that I can think of.
Related
#541
#542
#475
https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-PARAMKEYWORDS
The text was updated successfully, but these errors were encountered: