Commit c346fb8
committed
Update submodule ref
1 parent e7ad06b commit c346fb8
1 file changed
+1
-1
lines changed- .github/config/extensions/ducklake.cmake+1
- .github/config/extensions/postgres_scanner.cmake+1
- .github/patches/extensions/ducklake/fix.patch+13
- .github/patches/extensions/mysql_scanner/fix.patch+10-1
- .github/patches/extensions/postgres_scanner/fix.patch+13
- .github/patches/extensions/sqlite_scanner/fix.patch+29-1
- benchmark/tpch/upsert/bulk_upsert_empty_table.benchmark+28
- benchmark/tpch/upsert/bulk_upsert_full_table.benchmark+28
- benchmark/tpch/upsert/tiny_insert_full_table.benchmark+28
- src/catalog/catalog_entry/table_catalog_entry.cpp+6-6
- src/execution/column_binding_resolver.cpp+7-6
- src/execution/physical_plan/plan_insert.cpp+8-7
- src/execution/physical_plan/plan_merge_into.cpp+1-1
- src/include/duckdb/planner/binder.hpp+6-3
- src/include/duckdb/planner/bound_tokens.hpp+1
- src/include/duckdb/planner/expression_binder.hpp-7
- src/include/duckdb/planner/expression_binder/projection_binder.hpp+2-1
- src/include/duckdb/planner/operator/logical_insert.hpp+28-22
- src/include/duckdb/storage/serialization/logical_operator.json+24-12
- src/planner/binder/statement/bind_insert.cpp+272-314
- src/planner/binder/statement/bind_merge_into.cpp+2-2
- src/planner/expression_binder/projection_binder.cpp+9-5
- src/planner/logical_operator_visitor.cpp+4-4
- src/planner/operator/logical_insert.cpp+5-2
- src/storage/serialization/serialize_logical_operator.cpp+22-22
- test/sql/generated_columns/virtual/update_index.test+25
- test/sql/index/art/constraints/test_art_tx_upserts_local.test+1-1
- test/sql/upsert/postgres/non_spurious_duplicate_violation.test+1-7
- test/sql/upsert/test_big_insert_no_vector_verification.test+1-7
- test/sql/upsert/upsert_aliased.test+22-22
- test/sql/upsert/upsert_basic.test+21-11
- test/sql/upsert/upsert_default_expressions.test+3-3
- test/sql/upsert/upsert_excluded_references.test+2-2
- test/sql/upsert/upsert_global_mixed_conflicts.test+5-5
- tools/pythonpkg/requirements-dev.txt+1-1
0 commit comments