Fix invalid DSN after dsnAddTimeout and "" DSN

This commit is contained in:
Pierre Fersing
2016-02-29 19:39:22 +01:00
committed by Cameron Sparr
parent f0747e76da
commit ca3a80fbe1
2 changed files with 7 additions and 5 deletions

View File

@@ -92,11 +92,7 @@ func TestMysqlDNSAddTimeout(t *testing.T) {
}{
{
"",
"?timeout=5s",
},
{
"127.0.0.1",
"127.0.0.1?timeout=5s",
"/?timeout=5",
},
{
"tcp(192.168.1.1:3306)/",