SQL Expressions: Add str_to_date function and unskip test (#100226)
This commit is contained in:
@@ -145,6 +145,9 @@ func allowedFunction(f *sqlparser.FuncExpr) (b bool) {
|
||||
case "coalesce":
|
||||
return
|
||||
|
||||
case "str_to_date":
|
||||
return
|
||||
|
||||
default:
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user