Closed haruspeks closed 2 months ago
Connection to pgsql instances fails when setting a "charset" for the connection, due to an unsupported option generated within Core->dsn() function.
Core->dsn()
The correct parameter is client_encoding, see pgsql docs for additional info.
client_encoding
Connection to pgsql instances fails when setting a "charset" for the connection, due to an unsupported option generated within
Core->dsn()
function.The correct parameter is
client_encoding
, see pgsql docs for additional info.