From f48dc0724dd4c32535e063ebf416b4f02edff399 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:12:09 +0000 Subject: [PATCH] chore: Update vendored sources to duckdb/duckdb@0fe7708eef6b9b77270ca21cb9b5e30a3de84e3c (#453) bump spatial (duckdb/duckdb#14062) Feature duckdb/duckdb#3128: 2024b Time Zones (duckdb/duckdb#14061) Co-authored-by: krlmlr --- src/duckdb/src/function/table/version/pragma_version.cpp | 6 +++--- src/duckdb/src/include/duckdb/main/extension_entries.hpp | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/duckdb/src/function/table/version/pragma_version.cpp b/src/duckdb/src/function/table/version/pragma_version.cpp index 9944e2b26..5881dc541 100644 --- a/src/duckdb/src/function/table/version/pragma_version.cpp +++ b/src/duckdb/src/function/table/version/pragma_version.cpp @@ -1,5 +1,5 @@ #ifndef DUCKDB_PATCH_VERSION -#define DUCKDB_PATCH_VERSION "1-dev302" +#define DUCKDB_PATCH_VERSION "1-dev306" #endif #ifndef DUCKDB_MINOR_VERSION #define DUCKDB_MINOR_VERSION 1 @@ -8,10 +8,10 @@ #define DUCKDB_MAJOR_VERSION 1 #endif #ifndef DUCKDB_VERSION -#define DUCKDB_VERSION "v1.1.1-dev302" +#define DUCKDB_VERSION "v1.1.1-dev306" #endif #ifndef DUCKDB_SOURCE_ID -#define DUCKDB_SOURCE_ID "34a3acc6b3" +#define DUCKDB_SOURCE_ID "0fe7708eef" #endif #include "duckdb/function/table/system_functions.hpp" #include "duckdb/main/database.hpp" diff --git a/src/duckdb/src/include/duckdb/main/extension_entries.hpp b/src/duckdb/src/include/duckdb/main/extension_entries.hpp index e574ef287..665b85fb4 100644 --- a/src/duckdb/src/include/duckdb/main/extension_entries.hpp +++ b/src/duckdb/src/include/duckdb/main/extension_entries.hpp @@ -293,6 +293,7 @@ static constexpr ExtensionFunctionEntry EXTENSION_FUNCTIONS[] = { {"st_envelope_agg", "spatial", CatalogType::AGGREGATE_FUNCTION_ENTRY}, {"st_equals", "spatial", CatalogType::SCALAR_FUNCTION_ENTRY}, {"st_extent", "spatial", CatalogType::SCALAR_FUNCTION_ENTRY}, + {"st_extent_agg", "spatial", CatalogType::AGGREGATE_FUNCTION_ENTRY}, {"st_extent_approx", "spatial", CatalogType::SCALAR_FUNCTION_ENTRY}, {"st_exteriorring", "spatial", CatalogType::SCALAR_FUNCTION_ENTRY}, {"st_flipcoordinates", "spatial", CatalogType::SCALAR_FUNCTION_ENTRY}, @@ -331,6 +332,7 @@ static constexpr ExtensionFunctionEntry EXTENSION_FUNCTIONS[] = { {"st_makevalid", "spatial", CatalogType::SCALAR_FUNCTION_ENTRY}, {"st_mmax", "spatial", CatalogType::SCALAR_FUNCTION_ENTRY}, {"st_mmin", "spatial", CatalogType::SCALAR_FUNCTION_ENTRY}, + {"st_multi", "spatial", CatalogType::SCALAR_FUNCTION_ENTRY}, {"st_ngeometries", "spatial", CatalogType::SCALAR_FUNCTION_ENTRY}, {"st_ninteriorrings", "spatial", CatalogType::SCALAR_FUNCTION_ENTRY}, {"st_normalize", "spatial", CatalogType::SCALAR_FUNCTION_ENTRY},