Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle EADDRNOTAVAIL as a BaseConnectionError
instead of letting EADDRNOTAVAIL be handled as a generic SyscallError convert it to a BaseConnectionError instead, in this case we treat it as a a TRILOGY_DNS_ERROR so that the activerecord adapters handle it as a DBConnectionError.
- Loading branch information