leafsphp / db

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

add support for client_encoding option with pgsql (fix #16) #17

Closed haruspeks closed 2 months ago

haruspeks commented 2 months ago

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 be client_encoding, see docs.

Does this PR introduce a breaking change? (check one)

Related Issue

See issue #16 .

mychidarko commented 2 months ago

Thanks for the fix