Skip to content

Fix SQL window OVER references - #2614

Merged
Widthdom merged 4 commits into
mainfrom
codex/fix-issue2099
May 24, 2026
Merged

Fix SQL window OVER references#2614
Widthdom merged 4 commits into
mainfrom
codex/fix-issue2099

Conversation

@Widthdom

Copy link
Copy Markdown
Owner

Summary

  • Add SQL window OVER (...) clause extraction for PARTITION BY and ORDER BY identifiers.
  • Suppress window function/frame syntax from being emitted as phantom call references.
  • Add focused SQL reference extraction coverage and a bilingual changelog fragment.

Validation

  • dotnet build
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter "FullyQualifiedName~ReferenceExtractorTests.Extract_SQL"
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter ReferenceExtractorTests
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • Codex adversarial review: No blocking/actionable issues found.

Documentation and Changelog

  • Added changelog.d/unreleased/2099.fixed.md.
  • No README or guide updates were needed; this changes indexed SQL reference behavior without adding CLI flags or workflow contracts.

Fixes #2099

Follow-Up Candidates

  • None.

@Widthdom
Widthdom merged commit abf05a9 into main May 24, 2026
10 checks passed
@Widthdom
Widthdom deleted the codex/fix-issue2099 branch May 24, 2026 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SQL window function OVER clauses not modeled as references

1 participant