Closed haruspeks closed 2 months ago
When connecting to a pgsql instance, option charset is not supported. The correct option to be set in the dsn should be client_encoding, see docs.
charset
client_encoding
See issue #16 .
Thanks for the fix
What kind of change does this PR introduce? (pls check at least one)
Description
When connecting to a pgsql instance, option
charset
is not supported. The correct option to be set in the dsn should beclient_encoding
, see docs.Does this PR introduce a breaking change? (check one)
Related Issue
See issue #16 .