Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions scripts/settings/autogenerate-settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
"String Replacement"
"String"
"Tuple"
"Map"
"ULID"
"URL"
"UUID"
Expand Down Expand Up @@ -393,6 +394,7 @@ insert_src_files=(
"string_replacement-functions.md"
"string-functions.md"
"tuple-functions.md"
"map-functions.md"
Copy link

Copilot AI Dec 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The source filename 'map-functions.md' doesn't match the destination filename pattern 'tuple-map-functions.md'. The destination suggests these are 'tuple-map' functions, not just 'map' functions. Consider renaming the source to 'tuple-map-functions.md' for consistency, or update the destination to 'map-functions.md' if these are purely map functions.

Suggested change
"map-functions.md"
"tuple-map-functions.md"

Copilot uses AI. Check for mistakes.
"ulid-functions.md"
"url-functions.md"
"uuid-functions.md"
Expand Down Expand Up @@ -430,6 +432,7 @@ insert_dest_files=(
"docs/sql-reference/functions/string-replace-functions.md"
"docs/sql-reference/functions/string-functions.md"
"docs/sql-reference/functions/tuple-functions.md"
"docs/sql-reference/functions/tuple-map-functions.md"
"docs/sql-reference/functions/ulid-functions.md"
"docs/sql-reference/functions/url-functions.md"
"docs/sql-reference/functions/uuid-functions.md"
Expand Down