Merge pull request #11 from JackyCZJ/master

fix(mysql) timestamp marshall error , fix
This commit is contained in:
maddie
2020-08-24 18:32:48 +08:00
committed by GitHub

View File

@ -11,7 +11,7 @@ import (
)
const (
connectionStringTemplate = `%s:%s@%s/%s`
connectionStringTemplate = `%s:%s@%s/%s?parseTime=true`
)
type MySQL struct {