mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update to duckdb-1.5.2.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
COMMENT = fast in-process analytical database
|
||||
|
||||
V = 1.5.1
|
||||
V = 1.5.2
|
||||
GH_ACCOUNT = duckdb
|
||||
GH_PROJECT = duckdb
|
||||
GH_TAGNAME = v${V}
|
||||
|
||||
SHARED_LIBS = duckdb 1.1
|
||||
SHARED_LIBS = duckdb 1.2
|
||||
|
||||
CATEGORIES = databases
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (duckdb-1.5.1.tar.gz) = LemQHwXUReaiS3kSf9cPLk+9VStE3B3GaKygf7+X9xY=
|
||||
SIZE (duckdb-1.5.1.tar.gz) = 99759870
|
||||
SHA256 (duckdb-1.5.2.tar.gz) = bYYS/IcRXPTTUSqTStpdFmnbKTeLTMjiJv36j1xTc4U=
|
||||
SIZE (duckdb-1.5.2.tar.gz) = 99808226
|
||||
|
||||
@@ -149,6 +149,7 @@ include/duckdb/common/enums/compression_type.hpp
|
||||
include/duckdb/common/enums/copy_option_mode.hpp
|
||||
include/duckdb/common/enums/copy_overwrite_mode.hpp
|
||||
include/duckdb/common/enums/cte_materialize.hpp
|
||||
include/duckdb/common/enums/current_transaction_state.hpp
|
||||
include/duckdb/common/enums/database_modification_type.hpp
|
||||
include/duckdb/common/enums/date_part_specifier.hpp
|
||||
include/duckdb/common/enums/debug_initialize.hpp
|
||||
@@ -1239,11 +1240,11 @@ include/duckdb/planner/parsed_data/bound_create_function_info.hpp
|
||||
include/duckdb/planner/parsed_data/bound_create_table_info.hpp
|
||||
include/duckdb/planner/planner.hpp
|
||||
include/duckdb/planner/planner_extension.hpp
|
||||
include/duckdb/planner/pragma_handler.hpp
|
||||
include/duckdb/planner/query_node/
|
||||
include/duckdb/planner/query_node/bound_select_node.hpp
|
||||
include/duckdb/planner/query_node/bound_set_operation_node.hpp
|
||||
include/duckdb/planner/query_node/list.hpp
|
||||
include/duckdb/planner/statement_preprocessor.hpp
|
||||
include/duckdb/planner/subquery/
|
||||
include/duckdb/planner/subquery/flatten_dependent_join.hpp
|
||||
include/duckdb/planner/subquery/has_correlated_expressions.hpp
|
||||
|
||||
Reference in New Issue
Block a user