Skip to content

Commit

Permalink
fix error "Incorrect date value" (#81)
Browse files Browse the repository at this point in the history
Signed-off-by: wjhuang2016 <[email protected]>
  • Loading branch information
wjhuang2016 authored May 11, 2024
1 parent 435af32 commit a261385
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ddl/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ func dmlIgnoreError(err error) bool {

var ddlIgnoreList = []string{
"Specified key was too long",
"Incorrect date value",
}

func ddlIgnoreError(err error) bool {
Expand Down

0 comments on commit a261385

Please sign in to comment.