Skip to content

Commit

Permalink
refactor: add CASE_INSENSITIVE_ASCII to options
Browse files Browse the repository at this point in the history
  • Loading branch information
richtia committed Sep 2, 2022
1 parent 91fb34d commit 3c262f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/functions_string.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ scalar_functions:
impls:
- args:
- name: case_sensitivity
options: [ CASE_SENSITIVE, CASE_INSENSITIVE]
options: [ CASE_SENSITIVE, CASE_INSENSITIVE, CASE_INSENSITIVE_ASCII]
required: false
- name: multiline
options: [ MULTILINE_DISABLED, MULTILINE_ENABLED]
Expand All @@ -847,7 +847,7 @@ scalar_functions:
return: "string"
- args:
- name: case_sensitivity
options: [ CASE_SENSITIVE, CASE_INSENSITIVE]
options: [ CASE_SENSITIVE, CASE_INSENSITIVE, CASE_INSENSITIVE_ASCII]
required: false
- name: multiline
options: [ MULTILINE_DISABLED, MULTILINE_ENABLED]
Expand Down

0 comments on commit 3c262f6

Please sign in to comment.