File tree
3 files changed
+5
-5
lines changed- .github/workflows
- extension/httpfs
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
- .github/config/out_of_tree_extensions.cmake+11-13
- .github/patches/extensions/aws/escape_in_nested_types.patch-27
- .github/patches/extensions/azure/fix.patch-88
- .github/patches/extensions/excel/fix.patch-13
- .github/patches/extensions/httpfs/fix.patch-566
- .github/patches/extensions/httpfs/http_logger.patch-210
- .github/patches/extensions/httpfs/no_follow_no_keep_alive.patch+13
- .github/patches/extensions/inet/escape_stringified_lists.patch-25
- .github/patches/extensions/sqlsmith/fix.patch-20
- .github/workflows/NightlyTests.yml+1-1
- data/csv/17451/1.csv+2
- data/csv/17451/2.csv+2
- data/csv/17451/extra/3.csv+2
- scripts/generate_extensions_function.py+1
- scripts/sqllogictest/parser/parser.py+2
- scripts/sqllogictest/result.py+17-10
- scripts/sqllogictest/statement/load.py+4
- src/catalog/catalog_entry/scalar_function_catalog_entry.cpp+5
- src/catalog/catalog_entry/table_function_catalog_entry.cpp+5
- src/common/exception/binder_exception.cpp+9-2
- src/execution/operator/csv_scanner/encode/csv_encoder.cpp+4-7
- src/execution/operator/csv_scanner/scanner/csv_schema.cpp+14-1
- src/execution/operator/csv_scanner/sniffer/type_refinement.cpp+3-6
- src/execution/operator/csv_scanner/table_function/csv_multi_file_info.cpp+22-13
- src/execution/operator/csv_scanner/util/csv_reader_options.cpp+6
- src/function/function.cpp+25-9
- src/function/function_binder.cpp+16-4
- src/function/table/read_csv.cpp+1
- src/function/table/sniff_csv.cpp+6
- src/include/duckdb/catalog/catalog_entry/aggregate_function_catalog_entry.hpp+5
- src/include/duckdb/common/exception/binder_exception.hpp+2-2
- src/include/duckdb/common/http_util.hpp+1
- src/include/duckdb/execution/operator/csv_scanner/csv_multi_file_info.hpp+9
- src/include/duckdb/execution/operator/csv_scanner/csv_reader_options.hpp+4
- src/include/duckdb/execution/operator/csv_scanner/csv_schema.hpp+3
- src/include/duckdb/function/function.hpp+13-4
- src/include/duckdb/function/function_binder.hpp+3-3
- src/include/duckdb/function/function_serialization.hpp+22-5
- src/include/duckdb/main/extension_entries.hpp+1
- src/main/extension.cpp+1-1
- src/main/extension/extension_install.cpp+5
- src/main/http/http_util.cpp+1-1
- src/main/relation/read_csv_relation.cpp+7-8
- src/parallel/executor_task.cpp+1-1
- src/parallel/pipeline_event.cpp+1-1
- test/extension/autoloading_encodings.test+2
- test/sql/copy/csv/test_glob_type.test+43
- test/sql/logging/logging_context_ids.test+1-1
- test/sql/logging/test_logging_function.test+1-1
- tools/pythonpkg/pyproject.toml+1-4
- tools/pythonpkg/sqllogic/conftest.py+40-18
- tools/pythonpkg/src/pyconnection.cpp+11
- tools/pythonpkg/src/typing/pytype.cpp+1-1
- tools/pythonpkg/tests/fast/api/test_read_csv.py+14
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments