dbmate/pkg
Manuel Romei 3250277c26 Fix special chars passwords in MySQL Driver (#76)
When MySQL password included special chars such as exclamation point or @ (at), MySQL backend errored out (invalid password).

url.userinfo.String() (which gets called inside url.String()) returns %-encoded strings and MySQL interprets it as an actual password. Now the function percent-decodes it first before returning.

Closes #57
2019-05-26 10:41:54 -07:00
..
dbmate Fix special chars passwords in MySQL Driver (#76) 2019-05-26 10:41:54 -07:00