Skip to content

Commit e91478a

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 f086b3f + dbd70f6 commit e91478a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/planbuilder/dateparse/date.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ func HasDateOrTime(format string) (bool, bool, error) {
3636
return hasDate, hasTime, nil
3737
}
3838

39-
4039
// ParseDateWithFormat parses the date string according to the given
4140
// format string, as defined in the MySQL specification.
4241
//

0 commit comments

Comments
 (0)