Skip to content

Tags: microsoft/vscode-mssql

Tags

mssql-v1.45.1

Toggle mssql-v1.45.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Keep the query results view alive while hidden (#22814) (#22816)

The results view is registered without webviewOptions, so VS Code disposes it
whenever the panel is hidden - switching to the terminal, collapsing the panel,
or selecting another panel view. Showing it again reloads the webview bundle and
re-runs the bootstrap before any results are back on screen.

Set retainContextWhenHidden on the view provider registration. The
results-in-a-tab path already sets this on its panel; the view is the default
surface, so it was the one paying the reload cost on every hide and show.

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>

sql-database-projects-v1.7.0

Toggle sql-database-projects-v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog updates for 1.45.0 release (#22676) (#22745)

* Proposed changelog update for 1.45.0 release

* Align SQL Database Projects changelog format

* Credit Entra account performance contribution

* Update 1.45.0 changelog readiness

* Refine 1.45.0 changelog wording and document preview flags in READMEs



* Update changelog and README for 1.45.0 release

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: yoleichen <yoleichen@mirosoft.com>

mssql-v1.45.0

Toggle mssql-v1.45.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog updates for 1.45.0 release (#22676) (#22745)

* Proposed changelog update for 1.45.0 release

* Align SQL Database Projects changelog format

* Credit Entra account performance contribution

* Update 1.45.0 changelog readiness

* Refine 1.45.0 changelog wording and document preview flags in READMEs



* Update changelog and README for 1.45.0 release

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: yoleichen <yoleichen@mirosoft.com>

mssql-v1.44.1

Toggle mssql-v1.44.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bumping MSSQL to 1.44.1 (#22566)

v1.44.0

Toggle v1.44.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Avoid blocking on serverless check when connection times out (#22492) (

…#22494)

* checkpoint

* adding caching for whether an account can check server status

sql-database-projects-v1.6.2

Toggle sql-database-projects-v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Avoid blocking on serverless check when connection times out (#22492) (

…#22494)

* checkpoint

* adding caching for whether an account can check server status

dev-test-trigger-2

Toggle dev-test-trigger-2's commit message
Update random loc const for testing

dev-test-trigger

Toggle dev-test-trigger's commit message
Update random loc const for testing

dev-verify-tag-1

Toggle dev-verify-tag-1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added missing error telemetry for failed provisioning (#22366)

* added error telemetry for failed provisioning

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* fixed lint

* fixed lint

* use util

* update error events

---------

Co-authored-by: Lauren Nathan <laurennathan@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

v1.43.0

Toggle v1.43.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog updates for 1.43.0 release (#22187) (#22256)

* Proposed changelog update for 1.43.0 release

* changelog updates

* Fixing rendering of sample TSQL in sqlproj README

* changelog updates

* missed other changelog

* adding SQLCon EU banner

* fixing date display logic

* setting deployment command

* PR feedback

* Update and sync v1.43 readme files

* Updating README with new config options

---------

Co-authored-by: yoleichen <yoleichen@mirosoft.com>