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/sql-operations-studio/release-notes.md
+26-2Lines changed: 26 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Microsoft SQL Operations Studio (preview) release notes| Microsoft Docs
3
3
description: 'Microsoft SQL Operations Studio (preview) release notes'
4
4
ms.custom: "tools|sos"
5
-
ms.date: "01/17/2018"
5
+
ms.date: "02/15/2018"
6
6
ms.prod: "sql-non-specified"
7
7
ms.reviewer: "alayu; erickang; sstein"
8
8
ms.suite: "sql"
@@ -17,7 +17,31 @@ ms.workload: "Inactive"
17
17
---
18
18
# SQL Operations Studio (preview) release notes
19
19
20
-
**[Download the January Public Preview](download.md)**
20
+
**[Download the February Public Preview](download.md)**
21
+
22
+
## February 2018 (February Public Preview)
23
+
24
+
release date: February 15, 2018
25
+
version: 0.26.6
26
+
27
+
The *February Public Preview* includes some feature suggestions and high-priority bug fixes. This release includes the following enhancements:
28
+
29
+
- Introducing Auto-Update Installation, which provides a notification when a new release is available to download
30
+
- The Connection Dialog 'Database' field is now a dynamically populated drop-down list that will contain a list of databases populated from the specified server.
31
+
- Fix [issue 6](https://github.com/Microsoft/sqlopsstudio/issues/6): Keep connection and selected database when opening new query tabs.
32
+
- Fix [issue 22](https://github.com/Microsoft/sqlopsstudio/issues/22): 'Server Name' and 'Database Name' - Can these be drop downs instead of text boxes?
33
+
- Fix [issue 549](https://github.com/Microsoft/sqlopsstudio/issues/549): Silent/Very Silent Install results in application opening after installation.
34
+
- Fix [issue 481](https://github.com/Microsoft/sqlopsstudio/issues/481): Add "Check for updates" option.
35
+
- SQL Editor colorization and auto-completion fixes:
36
+
- Fix [issue 584](https://github.com/Microsoft/sqlopsstudio/issues/584): Keyword "FULL" not highlighted by IntelliSense.
37
+
- Fix [issue 345](https://github.com/Microsoft/sqlopsstudio/issues/345): Colorize SQL functions within the editor.
38
+
- Fix [issue 300](https://github.com/Microsoft/sqlopsstudio/issues/300): [#tempData] latest "]" will display green color.
39
+
- Fix [issue 225](https://github.com/Microsoft/sqlopsstudio/issues/225): Keyword color mismatch.
40
+
- Fix [issue 60](https://github.com/Microsoft/sqlopsstudio/issues/60): Invalid sql syntax color highlighting when using temporary table in from clause.
41
+
- Introduce Connection extensibility API.
42
+
- VS Code Editor 1.19 integration.
43
+
- Update JustinPealing/html-query-plan component to pick-up several Query Plan viewer improvements.
0 commit comments