From c3822da7347b3a551c03463c4e05821e1fecaf67 Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Wed, 10 Sep 2025 10:30:57 +0200 Subject: [PATCH 1/2] Autogenerate IP address functions --- scripts/settings/autogenerate-settings.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/settings/autogenerate-settings.sh b/scripts/settings/autogenerate-settings.sh index f31890a2319..51d7c7c920b 100755 --- a/scripts/settings/autogenerate-settings.sh +++ b/scripts/settings/autogenerate-settings.sh @@ -266,6 +266,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then "Encryption" "Hash" "Introspection" + "IP Address" ) for CATEGORY in "${FUNCTION_CATEGORIES[@]}"; do @@ -376,6 +377,7 @@ insert_src_files=( "encryption-functions.md" "hash-functions.md" "introspection-functions.md" + "ip-address-functions.md" ) insert_dest_files=( @@ -394,6 +396,7 @@ insert_dest_files=( "docs/sql-reference/functions/encryption-functions.md" "docs/sql-reference/functions/hash-functions.md" "docs/sql-reference/functions/introspection.md" + "docs/sql-reference/functions/ip-address-functions.md" ) echo "[$SCRIPT_NAME] Inserting generated markdown content between AUTOGENERATED_START and AUTOGENERATED_END tags" From 19ad8d9db4e743e03527df85e3cde0e5622c269d Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Tue, 16 Sep 2025 12:41:15 +0200 Subject: [PATCH 2/2] fix definition for IP address function generation --- scripts/settings/autogenerate-settings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/settings/autogenerate-settings.sh b/scripts/settings/autogenerate-settings.sh index 51d7c7c920b..1975037be90 100755 --- a/scripts/settings/autogenerate-settings.sh +++ b/scripts/settings/autogenerate-settings.sh @@ -377,7 +377,7 @@ insert_src_files=( "encryption-functions.md" "hash-functions.md" "introspection-functions.md" - "ip-address-functions.md" + "ip_address-functions.md" ) insert_dest_files=(