Skip to content

Fixing always encrypted column results for AKV keys. #19687

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

aasimkhan30
Copy link
Contributor

Pull Request Template – vscode-mssql

Description

This PR fixes #1656

Code Changes Checklist

  • New or updated unit tests added
  • All existing tests pass (npm run test)
  • Code follows contributing guidelines
  • Telemetry/logging updated if relevant
  • No regressions or UX breakage

Reviewers: Please read our reviewer guidelines

Copy link

github-actions bot commented Jul 3, 2025

PR Changes

Category Main Branch PR Branch Difference
Code Coverage 60.50% 59.05% ⚪ 0.00%
VSIX Size 15488 KB 15504 KB ⚪ 16 KB ( 0% )
Webview Bundle Size 3776 KB 3776 KB ⚪ 0 KB ( 0% )

@@ -117,6 +117,7 @@ export default class ConnectionManager {
this._onConnectionsChangedEmitter.event;

public initialized: Deferred<void> = new Deferred<void>();
private _keyVaultTokenCache: Map<string, IToken> = new Map<string, IToken>();
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add some unit tests that cover this request and the caching behavior?

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.

Always Encrypted seems to not work properly.
2 participants