will / crystal-pg

a postgres driver for crystal
BSD 3-Clause "New" or "Revised" License
462 stars 77 forks source link

Fix socket connections via url connection string #241

Closed grepsedawk closed 2 years ago

grepsedawk commented 2 years ago

When connecting to a postgres instance via socket, the hostname parsed by URI.parse is left empty, while a query string with the host is added If the hostname is left blank, fallback to the host provided by the query string

Resolves #227

robcole commented 2 years ago

A+ branch name.

will commented 2 years ago

Thank you!