Skip to content
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

Updated extension sql-data-inspector to version 0.7.0 #24519

Merged
merged 1 commit into from
Sep 26, 2023
Merged

Updated extension sql-data-inspector to version 0.7.0 #24519

merged 1 commit into from
Sep 26, 2023

Conversation

ernstc
Copy link

@ernstc ernstc commented Sep 26, 2023

Changes

  • Added "Inspect data" menu item in the context menu of the editor. This menu item starts the extension showing immediately the object corresponding to the selected text in the editor.
  • Added server name to header.
  • Added selected table/view name to header.
  • Improved visualization of geography and geometry columns.
  • Implemented the filter by name on the list of tables/views.
  • Improved performance during objects filtering avoiding to query the database for refreshing the list.
  • Columns of type binary|text|image|geography|geometry|variant|xml|json now show the count of NULL and NOT NULL values in the "Distinct Values" section. Before this update no values where shown because these type of columns have not been considered for distinct values selection.
  • Requires Azure Data Studio >= 1.45.0

Fixes

  • Fixed some theme color issues.
  • Disabled ordering of columns of type xml.
  • Updated dependecies with security warnings.
  • Fixed ESLint warnings.
  • Fixed markdownlint warnings.

@github-actions
Copy link

MSFT Gallery Maintainer Only
This is a reminder to update the Extensions Gallery list at https://github.com/Microsoft/azuredatastudio/wiki/List-of-Extensions once this PR has been merged in.
Instructions for doing this can be found here.

@alanrenmsft alanrenmsft self-assigned this Sep 26, 2023
@alanrenmsft alanrenmsft merged commit 364d7a9 into microsoft:release/extensions Sep 26, 2023
3 checks passed
@alanrenmsft
Copy link
Contributor

@ernstc FYI, The changes have been published.

@ernstc ernstc deleted the release/extensions branch September 26, 2023 22:38
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.

2 participants