File tree
4 files changed
+2
-34
lines changed- .github/workflows
4 files changed
+2
-34
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
10 | | - | |
11 | | - | |
12 | 8 | | |
13 | 9 | | |
14 | 10 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
- extension/core_functions/scalar/date/CMakeLists.txt+11
- extension/core_functions/scalar/date/date_part.cpp+1-11
- extension/parquet/parquet_metadata.cpp+11
- src/catalog/catalog_entry/duck_table_entry.cpp+4-10
- src/common/local_file_system.cpp+1-1
- src/execution/operator/csv_scanner/encode/csv_encoder.cpp+1-1
- src/function/scalar/struct/remap_struct.cpp+2
- src/include/duckdb/catalog/catalog_entry/duck_table_entry.hpp+1-1
- src/include/duckdb/common/helper.hpp+8-8
- src/include/duckdb/common/unique_ptr.hpp+31-5
- src/include/duckdb/execution/operator/csv_scanner/encode/csv_encoder.hpp+1-1
- src/parser/tableref/joinref.cpp+1-1
- src/storage/wal_replay.cpp+9-4
- test/sql/constraints/foreignkey/test_fk_with_attached_db.test+41
- test/sql/copy/parquet/parquet_6580.test+1-1
- test/sql/copy/parquet/parquet_metadata.test+20
- test/sql/function/timestamp/epoch.test+7-1
- test/sql/function/timestamp/test_date_part.test+2-2
- test/sql/json/test_json_serialize_sql.test+5
- test/sql/types/struct/remap_struct_in_list.test+15
0 commit comments