Skip to content

Commit

Permalink
Add missing test cases from mysql docs
Browse files Browse the repository at this point in the history
Signed-off-by: Noble Mittal <[email protected]>
  • Loading branch information
beingnoble03 committed Jan 29, 2024
1 parent b485c58 commit ec4e4ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go/vt/vtgate/evalengine/testcases/cases.go
Original file line number Diff line number Diff line change
Expand Up @@ -1781,6 +1781,9 @@ func FnToDays(yield Query) {
`DATE'0000-00-00 00:00:00'`,
`950501`,
`'2007-10-07'`,
`'2008-10-07'`,
`'08-10-07'`,
`'0000-01-01'`,
}

for _, d := range dates {
Expand Down

0 comments on commit ec4e4ac

Please sign in to comment.