From e7ef57cead81ee74f7fcbc3e9a4538c9ada2bc37 Mon Sep 17 00:00:00 2001 From: Carlo Piovesan Date: Mon, 25 Sep 2023 21:43:14 +0200 Subject: [PATCH] Also icu and inet are autolodable --- src/include/duckdb/main/extension_entries.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/duckdb/main/extension_entries.hpp b/src/include/duckdb/main/extension_entries.hpp index bf53b079d6ef..5466b6c4021a 100644 --- a/src/include/duckdb/main/extension_entries.hpp +++ b/src/include/duckdb/main/extension_entries.hpp @@ -284,8 +284,8 @@ static constexpr const char *AUTOLOADABLE_EXTENSIONS[] = { "excel", "fts", "httpfs", - // "inet", - // "icu", + "inet", + "icu", "json", "parquet", "postgres_scanner",