Merge pull request #11 from JackyCZJ/master
fix(mysql) timestamp marshall error , fix
This commit is contained in:
commit
c815103e20
@ -11,7 +11,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
connectionStringTemplate = `%s:%s@%s/%s`
|
connectionStringTemplate = `%s:%s@%s/%s?parseTime=true`
|
||||||
)
|
)
|
||||||
|
|
||||||
type MySQL struct {
|
type MySQL struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user