vapor / postgres-nio

🐘 Non-blocking, event-driven Swift client for PostgreSQL.
https://api.vapor.codes/postgresnio/documentation/postgresnio/
MIT License
321 stars 75 forks source link

Actually use additional parameters #473

Closed MahdiBM closed 4 months ago

MahdiBM commented 4 months ago

Postgres-nio currently ignores additional parameters passed as an option, and doesn't send them in the startup message. This PR fixes that.