You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tools/visual-studio-code/mssql-query-history.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Initially the query history view will be empty but once you execute a query it w
24
24

25
25
26
26
Each row consists of three parts:
27
-
- Status icon: The status icon will be a "✔️" if the query executed successfully. If any errors occurred a "❌" is shown.
27
+
- Status icon: The status icon will be a "✔️" if the query executed successfully or an "❌" if an error occurred.
28
28
- Query Text: The text of the query that was executed
29
29
- Connection Info: The server and database the query was executed against
30
30
@@ -58,11 +58,11 @@ Currently all information is stored in memory and not persisted upon application
58
58
59
59
### Clear all history
60
60
61
-
The action to clear all query history is also available from the command palette (**MS SQL: Clear All History**) and as an action button on the view. This will permanently delete **ALL** history rows.
61
+
The action to clear all query history is also available from the command palette (**MS SQL: Clear All History**) and as an action button on the view. This action will permanently delete **ALL** history rows.
62
62
63
63
### Pause/Start query history capture
64
64
65
-
The ability to pause and start query history capture is available from the command palette (**MS SQL: Toggle Query History Capture**) and as an action button on the panel. While paused no data will be stored for queries run.
65
+
The ability to pause and start query history capture is available from the command palette (**MS SQL: Toggle Query History Capture**) and as an action button on the panel. While paused, no query execution data will be stored by query history.
0 commit comments