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
commit c815103e20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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