Skip to content

Commit bd0f19f

Browse files
author
James Cor
committed
Merge branch 'james/str-date-case' of https://github.com/dolthub/go-mysql-server into james/str-date-case
2 parents a10c2a2 + 2b07da3 commit bd0f19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/planbuilder/dateparse/parsers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package dateparse
33
import (
44
"fmt"
55
"strings"
6-
"time"
6+
"time"
77
)
88

99
// parser defines a function that processes a string and returns the

0 commit comments

Comments
 (0)