Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ernstc committed Sep 23, 2021
1 parent 92bbe2d commit 0865b4a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to the "SQL Data Inspector" extension will be documented in

---

## September 2021 Release (version 0.4.0)

### Changes

* Added rows count in the tables list.
* Added live monitoring mode for periodically refreshing the views.

### Fixes

* The list of tables does not shows anymore system tables like dbo.__RefactorLog.
* Fixed filtering on columns with numbers with decimal digits.

---
## July 2021 Release (version 0.3.0)

### Changes
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This extension makes it easy to inspect data with just a few clicks.

![Example of dashboard](https://raw.githubusercontent.com/ernstc/SqlDataInspector/main/images/screen-031.png)
![Example of dashboard](https://raw.githubusercontent.com/ernstc/SqlDataInspector/main/images/screen-041.png)

## Features

Expand All @@ -16,6 +16,7 @@ This extension makes it easy to inspect data with just a few clicks.
* You can edit the WHERE clause that will be applied to each query that retrieves data.
* By double clicking on a distinct value, a filter on that value is automatically added in the "Filters" section.
* By double clicking on a row in the table snapshot, it shows a dialog with a detailed record of the row.
* Live monitoring mode for periodically refreshing the views.
* Each selectable element can be copied with CTRL+C.

## Installation
Expand Down
Binary file added images/screen-041.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0865b4a

Please sign in to comment.