Closed glaubercini closed 2 months ago
Hey @glaubercini, it was great working with you for this bug+fix. Do you mind adding a snippet of before (how the data wasn't visible on UI in ADS, but it was presented in SSMS) and after (data presented in ADS as well)? Changes look good to me :shipit: . May be just wait for another reviewer to approve before merging your changes
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
extensions/sql-database-projects/src/common/httpClient.ts | 1 | 66.18% | ||
extensions/sql-database-projects/src/dialogs/publishDatabaseDialog.ts | 2 | 52.03% | ||
<!-- | Total: | 3 | --> |
Totals | |
---|---|
Change from base Build 10777409214: | -0.003% |
Covered Lines: | 30728 |
Relevant Lines: | 68921 |
A .xel file produced outside of SQL Server may contain a different set of columns. Since Azure Data Studio's SQL Server Profiler has its own set of display columns, these non-default ones are simply ignored.
This PR adds support for displaying non-default columns in the details section while preserving the default behavior that fixes #25906 issue.
Before:
After: