Skip to content

Commit 1dfa4e0

Browse files
authored
Merge pull request #4456 from Blargian/functions_logical
Functions: generate logical functions
2 parents e84be44 + 1baebf8 commit 1dfa4e0

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
"Hash"
268268
"Introspection"
269269
"JSON"
270+
"Logical"
270271
)
271272

272273
for CATEGORY in "${FUNCTION_CATEGORIES[@]}"; do
@@ -378,6 +379,7 @@ insert_src_files=(
378379
"hash-functions.md"
379380
"introspection-functions.md"
380381
"json-functions.md"
382+
"logical-functions.md"
381383
)
382384

383385
insert_dest_files=(
@@ -397,6 +399,7 @@ insert_dest_files=(
397399
"docs/sql-reference/functions/hash-functions.md"
398400
"docs/sql-reference/functions/introspection.md"
399401
"docs/sql-reference/functions/json-functions.md"
402+
"docs/sql-reference/functions/logical-functions.md"
400403
)
401404

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

0 commit comments

Comments
 (0)