Skip to content

Commit 50a441f

Browse files
committed
update quarter zero timestamp test
1 parent 713f050 commit 50a441f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enginetest/queries/function_queries.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2095,7 +2095,7 @@ var FunctionQueryTests = []QueryTest{
20952095
{
20962096
// This is not a valid time string in MySQL, but we allow it
20972097
Query: "select quarter('0000-00-00')",
2098-
Expected: []sql.Row{{nil}},
2098+
Expected: []sql.Row{{0}},
20992099
},
21002100
{
21012101
Query: "select quarter('0000-01-01')",

0 commit comments

Comments
 (0)