Skip to content

Commit

Permalink
Merge branch 'main' into implicit_cast_sniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
Mytherin committed Apr 20, 2024
2 parents bc18ac8 + 14ae66d commit 1c0ad20
Show file tree
Hide file tree
Showing 539 changed files with 8,773 additions and 3,555 deletions.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ CheckOptions:
- key: readability-identifier-naming.VariableCase
value: lower_case
- key: modernize-use-emplace.SmartPointers
value: '::std::shared_ptr;::duckdb::unique_ptr;::std::auto_ptr;::std::weak_ptr'
value: '::duckdb::shared_ptr;::duckdb::unique_ptr;::std::auto_ptr;::duckdb::weak_ptr'
- key: cppcoreguidelines-rvalue-reference-param-not-moved.IgnoreUnnamedParams
value: true

6 changes: 6 additions & 0 deletions .github/config/out_of_tree_extensions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ if (NOT MINGW)
LOAD_TESTS DONT_LINK
GIT_URL https://github.com/duckdb/arrow
GIT_TAG 9e10240da11f61ea7fbfe3fc9988ffe672ccd40f
APPLY_PATCHES
)
endif()

Expand All @@ -30,6 +31,7 @@ if (NOT MINGW)
LOAD_TESTS
GIT_URL https://github.com/duckdb/duckdb_aws
GIT_TAG f7b8729f1cce5ada5d4add70e1486de50763fb97
APPLY_PATCHES
)
endif()

Expand All @@ -39,6 +41,7 @@ if (NOT MINGW)
LOAD_TESTS
GIT_URL https://github.com/duckdb/duckdb_azure
GIT_TAG 09623777a366572bfb8fa53e47acdf72133a360e
APPLY_PATCHES
)
endif()

Expand Down Expand Up @@ -66,6 +69,7 @@ if (NOT MINGW)
DONT_LINK
GIT_URL https://github.com/duckdb/postgres_scanner
GIT_TAG 96206f41d5ca7015920a66b54e936c986fe0b0f8
APPLY_PATCHES
)
endif()

Expand All @@ -90,6 +94,7 @@ duckdb_extension_load(sqlite_scanner
${STATIC_LINK_SQLITE} LOAD_TESTS
GIT_URL https://github.com/duckdb/sqlite_scanner
GIT_TAG 091197efb34579c7195afa43dfb5925023c915c0
APPLY_PATCHES
)

################# SUBSTRAIT
Expand All @@ -98,6 +103,7 @@ if (NOT WIN32)
LOAD_TESTS DONT_LINK
GIT_URL https://github.com/duckdb/substrait
GIT_TAG 1116fb580edd3e26e675436dbdbdf4a0aa5e456e
APPLY_PATCHES
)
endif()

Expand Down
Loading

0 comments on commit 1c0ad20

Please sign in to comment.