Skip to content

Commit

Permalink
chore: Update vendored sources to duckdb/duckdb@0fe7708 (#453)
Browse files Browse the repository at this point in the history
bump spatial (duckdb/duckdb#14062)
Feature duckdb/duckdb#3128: 2024b Time Zones (duckdb/duckdb#14061)

Co-authored-by: krlmlr <[email protected]>
  • Loading branch information
github-actions[bot] and krlmlr authored Oct 3, 2024
1 parent 4c916a1 commit f48dc07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/duckdb/src/function/table/version/pragma_version.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions src/duckdb/src/include/duckdb/main/extension_entries.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down Expand Up @@ -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},
Expand Down

0 comments on commit f48dc07

Please sign in to comment.