Skip to content

vbump STS to 6.0.20260723.2, add changelog entry for alias rename fix#22532

Open
ssreerama wants to merge 2 commits into
mainfrom
sai/vbumpSts_SqlProj_ChangeLogUpdate
Open

vbump STS to 6.0.20260723.2, add changelog entry for alias rename fix#22532
ssreerama wants to merge 2 commits into
mainfrom
sai/vbumpSts_SqlProj_ChangeLogUpdate

Conversation

@ssreerama

@ssreerama ssreerama commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Changes

  • STS version bump to 6.0.20260723.2
  • SQL Database Projects CHANGELOG — added entry for the Rename Symbol fix on alias identifiers (#22379)

Fixed an issue where the Rename Symbol feature was incorrectly enabled on SQL alias identifiers (column aliases, table aliases, subquery aliases, and CTE names), which could generate an invalid .refactorlog entry. Rename is now properly rejected for non-renameable alias identifiers.

image

Related

- Bump SQL Tools Service version to 6.0.20260723.2
- Add sql-database-projects CHANGELOG entry for Rename Symbol fix on alias
  identifiers (#22379)

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the SQL Tools Service (STS) version used by the mssql extension and records a SQL Database Projects changelog note for the fix that prevents Rename Symbol on non-renameable SQL alias identifiers (avoiding invalid .refactorlog entries).

Changes:

  • Bumped STS dependency version to 6.0.20260723.2.
  • Added a SQL Database Projects changelog entry describing the alias-rename rejection fix.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
extensions/sql-database-projects/CHANGELOG.md Adds a release-note entry describing the alias Rename Symbol fix.
extensions/mssql/src/configurations/config.ts Updates the pinned STS service version used for download/install.

@ssreerama ssreerama self-assigned this Jul 23, 2026
@ssreerama ssreerama added this to the August 2026 Release milestone Jul 23, 2026
lewis-sanchez
lewis-sanchez previously approved these changes Jul 23, 2026
allancascante
allancascante previously approved these changes Jul 23, 2026
@github-actions

github-actions Bot commented Jul 24, 2026

Copy link
Copy Markdown

PR Changes

Category Target Branch PR Branch Difference
vscode-mssql VSIX 79298 KB 79300 KB ⚪ 2 KB ( 0% )
sql-database-projects VSIX 2950 KB 2950 KB ⚪ 0 KB ( 0% )
data-workspace VSIX 188 KB 188 KB ⚪ 0 KB ( 0% )
keymap VSIX 7 KB 7 KB ⚪ 0 KB ( 0% )

@codecov-commenter

codecov-commenter commented Jul 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.78%. Comparing base (27cafce) to head (3473b4e).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main   #22532   +/-   ##
=======================================
  Coverage   75.78%   75.78%           
=======================================
  Files         407      407           
  Lines      130542   130542           
  Branches     8381     8381           
=======================================
  Hits        98929    98929           
  Misses      31613    31613           
Flag Coverage Δ
data-workspace 78.37% <ø> (ø)
mssql 75.44% <100.00%> (ø)
sqlproj 78.87% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
extensions/mssql/src/configurations/config.ts 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copilot AI review requested due to automatic review settings July 24, 2026 03:11
@ssreerama
ssreerama dismissed stale reviews from allancascante and lewis-sanchez via 3473b4e July 24, 2026 03:11

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 3 changed files in this pull request and generated no new comments.

@lewis-sanchez

Copy link
Copy Markdown
Contributor

@ssreerama, it looks like the line endings in the package.json changed because the diff is huge.

Could you run this command to address those changes git add --renormalize extensions/mssql/package.json

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.

[Bug]: rename enabled on alias of column on a view

5 participants