crystal-lang / crystal-mysql

MySQL connector for Crystal
MIT License
107 stars 36 forks source link

Fix connection to IPv6 hosts #69

Closed j8r closed 5 years ago

j8r commented 5 years ago

An IPv6 host with brackets produces Temporary failure in name resolution. A proper error message is also added if no host is defined.

j8r commented 5 years ago

@bcardiff have you the time to review this little PR?

bcardiff commented 5 years ago

Thanks @j8r