Skip to content

Commit 04249f7

Browse files
authored
Merge pull request #4583 from ClickHouse/Blargian-patch-399150
Functions: start generating string replacement functions
2 parents 797179c + 7f6a0d2 commit 04249f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/settings/autogenerate-settings.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
267267
"Time Series"
268268
"Other"
269269
"Time Window"
270+
"String Replacement"
270271
"String"
271272
"Tuple"
272273
"ULID"
@@ -385,6 +386,7 @@ insert_src_files=(
385386
"time_series-functions.md"
386387
"other-functions.md"
387388
"time_window-functions.md"
389+
"string_replacement-functions.md"
388390
"string-functions.md"
389391
"tuple-functions.md"
390392
"ulid-functions.md"
@@ -419,6 +421,7 @@ insert_dest_files=(
419421
"docs/sql-reference/functions/time-series-functions.md"
420422
"docs/sql-reference/functions/other-functions.md"
421423
"docs/sql-reference/functions/time-window-functions.md"
424+
"docs/sql-reference/functions/string-replace-functions.md"
422425
"docs/sql-reference/functions/string-functions.md"
423426
"docs/sql-reference/functions/tuple-functions.md"
424427
"docs/sql-reference/functions/ulid-functions.md"

0 commit comments

Comments
 (0)