Skip to content

TrilogyAdapter: ignore host if socket is set

Created by: casperisfine

Contrary to mysql2, trilogy will ignore the socket config if host is set.

This makes it impossible to configure a UNIX domain socket connection via DATABASE_URL, as the URL must include a host.

Merge request reports