Skip to content

Commit

Permalink
fix(mysql) timestamp marshall error , fix
Browse files Browse the repository at this point in the history
Signed-off-by: JackyCZJ <[email protected]>
  • Loading branch information
JackyCZJ committed Aug 24, 2020
1 parent 31d51de commit 19432db
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 19432db

Please sign in to comment.