Skip to content

Commit 257521a

Browse files
authored
Update description
1 parent 7be287c commit 257521a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ
2727
### Upcoming Release
2828

2929
* Added support for two new SQL functions:
30-
* `split` splits a string into an array based on a delimiter.
30+
* `split` splits a string into an array based on a delimiter. If the delimiter is null, it returns null. If the delimiter is empty, it splits the string into individual characters.
3131
* `regexp_split_to_array` splits a string into an array by using a POSIX regular expression as the delimiter and returns the text from the end of the last match (or the beginning of the string) to the beginning of the match. When there are no more matches, it returns the text from the end of the last match to the end of the string.
3232

3333
### 0.0.23576 [October 16 2025]

0 commit comments

Comments
 (0)