leafsphp / db

🗄 Leaf PHP db module
https://leafphp.dev/modules/db/
6 stars 11 forks source link

pgsql: SQLSTATE[08006] [7] invalid connection option "charset" #16

Closed haruspeks closed 2 months ago

haruspeks commented 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.

leaf-db-pgsql

The correct parameter is client_encoding, see pgsql docs for additional info.