1 file changed
+1
-1
lines changed- .github/workflows/NightlyTests.yml+3-2
- README.md+2-2
- benchmark/micro/cast/cast_varcharmap_string.benchmark+1-1
- extension/parquet/include/zstd_file_system.hpp+1-1
- extension/parquet/zstd_file_system.cpp+7-6
- src/common/compressed_file_system.cpp+8-7
- src/common/file_system.cpp+21-1
- src/common/gzip_file_system.cpp+13-11
- src/common/local_file_system.cpp+2-2
- src/common/pipe_file_system.cpp+10-5
- src/common/virtual_file_system.cpp+7-2
- src/execution/operator/csv_scanner/buffer_manager/csv_buffer.cpp+1
- src/execution/operator/csv_scanner/buffer_manager/csv_file_handle.cpp+4-4
- src/execution/operator/csv_scanner/encode/csv_encoder.cpp+8-7
- src/function/cast_rules.cpp+4
- src/function/table/read_file.cpp+1-1
- src/include/duckdb/common/compressed_file_system.hpp+3-3
- src/include/duckdb/common/file_open_flags.hpp+7
- src/include/duckdb/common/file_system.hpp+4-1
- src/include/duckdb/common/gzip_file_system.hpp+1-1
- src/include/duckdb/common/pipe_file_system.hpp+1-1
- src/include/duckdb/execution/operator/csv_scanner/csv_file_handle.hpp+3
- src/include/duckdb/execution/operator/csv_scanner/encode/csv_encoder.hpp+3
- src/include/duckdb/function/function_serialization.hpp+14-2
- src/include/duckdb/main/database_path_and_type.hpp+3-1
- src/include/duckdb/storage/magic_bytes.hpp+2-1
- src/main/database_manager.cpp+1-1
- src/main/database_path_and_type.cpp+4-3
- src/main/extension/extension_install.cpp+1-1
- src/parallel/thread_context.cpp-8
- src/storage/caching_file_system.cpp+2-2
- src/storage/magic_bytes.cpp+3-2
- src/storage/single_file_block_manager.cpp+1
- src/storage/write_ahead_log.cpp+4-3
- test/sql/function/nested/test_struct_update.test+3-3
0 commit comments