Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions changelog.d/unreleased/2100.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
category: fixed
issues:
- 2100
affected:
- src/CodeIndex/Indexer/References/Languages/SqlReferenceExtractor.cs
- tests/CodeIndex.Tests/ReferenceExtractorTests.cs
---

## English

- **SQL MERGE actions now emit column-level reference edges (#2100)** — `MERGE` extraction now records `column_reference` edges from `UPDATE SET`, `INSERT (...)`, and `VALUES (...)` action bodies, plus `join_condition_reference` edges from the `ON` predicate, so lineage and impact queries can follow MERGE-driven transformations more completely.

## 日本語

- **SQL MERGE action が列レベルの reference edge を出すようになりました (#2100)** — `MERGE` 抽出は `UPDATE SET`、`INSERT (...)`、`VALUES (...)` の action body から `column_reference` edge を、`ON` 条件から `join_condition_reference` edge を記録するようになり、MERGE による変換の lineage / impact query がより完全に追跡できます。
Loading
Loading