Commit 70380a1
committed
Submodule at 68d7555 for 1.4.2 release
1 parent 13827e7 commit 70380a1
1 file changed
+1
-1
lines changed- .github/config/extensions/delta.cmake+1-1
- .github/config/extensions/ducklake.cmake+1-1
- .github/config/extensions/httpfs.cmake+3-8
- .github/config/extensions/postgres_scanner.cmake+1-1
- .github/patches/extensions/httpfs/disable_failing_tests.patch+13
- .github/patches/extensions/httpfs/disabling_mbedtls_encrypt.patch+19
- .github/patches/extensions/httpfs/initialize.patch+31
- .github/workflows/Main.yml+20-8
- data/attach_test/attach.db
- data/attach_test/encrypted_ctr_key=abcde.db
- data/attach_test/encrypted_gcm_key=abcde.db
- extension/parquet/parquet_writer.cpp+7
- src/common/encryption_key_manager.cpp+10-9
- src/common/random_engine.cpp+10
- src/execution/expression_executor/execute_comparison.cpp+13-2
- src/include/duckdb/common/encryption_key_manager.hpp+2
- src/include/duckdb/common/encryption_state.hpp+5
- src/include/duckdb/common/http_util.hpp+1
- src/include/duckdb/common/random_engine.hpp+2
- src/include/duckdb/main/database.hpp+1-1
- src/include/duckdb/storage/storage_options.hpp-7
- src/logging/log_manager.cpp+1-1
- src/main/database.cpp+8-2
- src/main/http/http_util.cpp+4-1
- src/planner/binder/statement/bind_merge_into.cpp+14-4
- src/storage/single_file_block_manager.cpp+33-3
- src/storage/storage_manager.cpp+8
- src/storage/table/column_data.cpp+2-1
- test/configs/encryption.json+12
- test/sql/attach/attach_encrypted_db_key_test.test+3
- test/sql/attach/attach_encryption_block_header.test+6
- test/sql/attach/attach_encryption_downgrade_prevention.test+22
- test/sql/attach/attach_encryption_fallback_readonly.test+71
- test/sql/copy/encryption/different_aes_ciphers.test+6-9
- test/sql/copy/encryption/encrypted_to_unencrypted.test_slow+3
- test/sql/copy/encryption/encryption_storage_versions.test+4-1
- test/sql/copy/encryption/multiple_encrypted_databases.test_slow+3
- test/sql/copy/encryption/reencrypt.test_slow+3
- test/sql/copy/encryption/tpch_sf1_encrypted.test_slow+4-1
- test/sql/copy/encryption/unencrypted_to_encrypted.test+3
- test/sql/copy/encryption/unencrypted_to_encrypted_direct_query.test+4-1
- test/sql/copy/encryption/write_encrypted_database.test+4-1
- test/sql/copy/parquet/parquet_encryption.test+3
- test/sql/copy/parquet/parquet_encryption_tpch.test_slow+2
- test/sql/logging/logging_call_functions.test+1-1
- test/sql/merge/merge_into_subquery_action.test+44
- test/sql/storage/compression/rle/rle_select_list.test+38
- test/sql/storage/encryption/temp_files/encrypt_asof_join_merge.test_slow+4-1
- test/sql/storage/encryption/temp_files/encrypted_offloading_block_files.test_slow+4-2
- test/sql/storage/encryption/temp_files/encrypted_tmp_file_setting.test+4-1
- test/sql/storage/encryption/temp_files/encrypted_tpch_join.test_slow+3-1
- test/sql/storage/encryption/temp_files/temp_directory_enable_external_access.test+4-2
- test/sql/storage/encryption/wal/encrypted_wal_blob_storage.test+4-2
- test/sql/storage/encryption/wal/encrypted_wal_lazy_creation.test+4-1
- test/sql/storage/encryption/wal/encrypted_wal_pragmas.test+6-3
- test/sql/storage/encryption/wal/encrypted_wal_restart.test+4-1
- test/sql/storage/types/struct/struct_of_empty_list.test+10
- third_party/mbedtls/include/mbedtls_wrapper.hpp+5
- third_party/mbedtls/mbedtls_wrapper.cpp+8-21
0 commit comments