Skip to content

Commit 2df375c

Browse files
authored
Merge pull request #4316 from Blargian/nullable
Functions: start generating null functions
2 parents 0859a33 + fe1f0c8 commit 2df375c

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
@@ -261,6 +261,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
261261
"Distance"
262262
"Dates and Times"
263263
"Financial"
264+
"Null"
264265
)
265266

266267
for CATEGORY in "${FUNCTION_CATEGORIES[@]}"; do
@@ -366,6 +367,7 @@ insert_src_files=(
366367
"distance-functions.md"
367368
"dates_and_times-functions.md"
368369
"financial-functions.md"
370+
"null-functions.md"
369371
)
370372

371373
insert_dest_files=(
@@ -379,6 +381,7 @@ insert_dest_files=(
379381
"docs/sql-reference/functions/distance-functions.md"
380382
"docs/sql-reference/functions/date-time-functions.md"
381383
"docs/sql-reference/functions/financial-functions.md"
384+
"docs/sql-reference/functions/functions-for-nulls.md"
382385
)
383386

384387
echo "[$SCRIPT_NAME] Inserting generated markdown content between AUTOGENERATED_START and AUTOGENERATED_END tags"

0 commit comments

Comments
 (0)