Skip to content

Commit

Permalink
refactor: update varchar lengths
Browse files Browse the repository at this point in the history
  • Loading branch information
richtia committed Jul 25, 2022
1 parent 13eb466 commit f946374
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extensions/functions_string.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ scalar_functions:
- value: "varchar<L1>"
name: "input"
description: The input string.
- value: "varchar<L1>"
- value: "varchar<L2>"
name: "substring"
description: The substring to count.
return: i64
Expand Down Expand Up @@ -240,10 +240,10 @@ scalar_functions:
- value: "varchar<L1>"
name: "input"
description: Input string.
- value: "varchar<L1>"
- value: "varchar<L2>"
name: "substring"
description: The substring to replace.
- value: "varchar<L1>"
- value: "varchar<L3>"
name: "replacement"
description: The replacement string.
return: "varchar<L1>"
return: "varchar<L1 - L2 + L3>"

0 comments on commit f946374

Please sign in to comment.