Skip to content

Commit

Permalink
Merge pull request #11 from JackyCZJ/master
Browse files Browse the repository at this point in the history
fix(mysql) timestamp marshall error , fix
  • Loading branch information
maddie authored Aug 24, 2020
2 parents 31d51de + 19432db commit c815103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/mysql/mysql.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

const (
connectionStringTemplate = `%s:%s@%s/%s`
connectionStringTemplate = `%s:%s@%s/%s?parseTime=true`
)

type MySQL struct {
Expand Down

0 comments on commit c815103

Please sign in to comment.