mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
@@ -6,23 +6,23 @@ Adds a Query History panel for viewing and running past executed queries.
|
|||||||
|
|
||||||
Query History is displayed as a tab in the tab panel, which is toggled by the *View: Toggle Panel* command.
|
Query History is displayed as a tab in the tab panel, which is toggled by the *View: Toggle Panel* command.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Initially this view will be empty but once you execute a query editor that will be captured in the window - with a separate row displayed for every query executed.
|
Initially this view will be empty but once you execute a query editor that will be captured in the window - with a separate row displayed for every query executed.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Each row consists of 3 parts :
|
Each row consists of 4 parts :
|
||||||
1. Status icon : This will be a ✔️ if the query executed successfully. If any errors occurred a ❌is shown.
|
- Status icon : This will be a ✔️ if the query executed successfully. If any errors occurred a ❌ is shown.
|
||||||
2. Query Text : This is the text of the query that was executed
|
- Query Text : This is the text of the query that was executed
|
||||||
3. Connection Info : The Server and Database the query was executed against
|
- Connection Info : The Server and Database the query was executed against
|
||||||
4. Timestamp : The date and time the query was executed
|
- Timestamp : The date and time the query was executed
|
||||||
|
|
||||||
### Query History row actions
|
### Query History row actions
|
||||||
|
|
||||||
Right clicking on a history row will bring up a menu with a number of actions available.
|
Right clicking on a history row will bring up a menu with a number of actions available.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### Open Query
|
#### Open Query
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user