Commit 86474cf
committed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
101 | 104 | | |
102 | 105 | | |
103 | | - | |
| 106 | + | |
104 | 107 | | |
105 | 108 | | |
106 | 109 | | |
| |||
- .github/config/extensions/aws.cmake+1-1
- src/common/row_operations/row_matcher.cpp+12-6
- src/common/types/row/tuple_data_layout.cpp+9-1
- src/common/vector_operations/comparison_operators.cpp+182-57
- src/common/vector_operations/is_distinct_from.cpp-16
- src/execution/aggregate_hashtable.cpp+3-2
- src/function/table/version/pragma_version.cpp+3
- src/include/duckdb/common/types/row/tuple_data_layout.hpp+2-1
- src/include/duckdb/common/vector_operations/vector_operations.hpp-13
- src/include/duckdb/main/client_context.hpp+19
- src/include/duckdb/main/extension_entries.hpp+5
- src/include/duckdb/main/parse_iterator.hpp+3-3
- src/include/duckdb/main/statement_iterator.hpp+3-2
- src/include/duckdb/parser/peg/tokenizer/parser_tokenizer.hpp+1
- src/main/client_context.cpp+45
- src/main/parse_iterator.cpp+2-3
- src/main/statement_iterator.cpp+1-2
- src/optimizer/rule/contains_to_in_clause.cpp+31-8
- src/parser/peg/tokenizer/parser_tokenizer.cpp+11
- src/planner/binder/expression/bind_unnest_expression.cpp+1-1
- test/api/CMakeLists.txt+1
- test/api/test_bind_statement.cpp+320
- test/api/test_parse_statement_iterator.cpp+2-10
- test/fuzzer/duckfuzz/array_hash.test+11-1
- test/optimizer/contains_to_in_clause.test+56-2
- test/sql/cast/string_to_list_escapes.test+1-1
- test/sql/cast/string_to_nested_types_cast.test_slow+1-1
- test/sql/cast/string_to_struct_escapes.test+1-1
- test/sql/cast/string_to_unnamed_struct.test+1-1
- test/sql/create/create_table_empty_name.test+1-1
- test/sql/join/inner/test_join_is_distinct.test-10
- test/sql/join/inner/test_join_is_not_distinct.test-4
- test/sql/join/inner/test_using_join.test+1-1
- test/sql/join/pushdown/pushdown_many_columns.test_slow+1-1
- test/sql/join/test_nested_keys.test_slow+24-24
- test/sql/parser/empty_quoted_identifier.test+18
- test/sql/types/list/list_extract_types.test_slow+57-1
- test/sql/types/list/list_null_members.test+60-60
- test/sql/types/list/list_null_members_small.test+1-1
- test/sql/types/list/recursive_unnest.test+1-1
- test/sql/types/nested/list/test_nested_list.test+4-4
- test/sql/types/struct/inet_struct_comparison.test+15-4
- test/sql/types/struct/struct_null_members.test+64-64
- test/sql/types/struct/unnamed_struct_comparison.test+8-10
- test/sql/types/union/union_list.test+14
0 commit comments