Skip to content

Commit e6ae86f

Browse files
committed
sqlpackage release 18.5
1 parent 43d1a38 commit e6ae86f

2 files changed

Lines changed: 51 additions & 12 deletions

File tree

docs/tools/release-notes-sqlpackage.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,45 @@ Or, if there is no relationship, remove 'DacFx' from the metadata 'title:'.
2828
I discussed this with SStein (SteveStein).
2929
Thanks. GeneMi (MightyPen in GitHub). 2019-03-27
3030
-->
31+
## 18.5 sqlpackage
32+
33+
|Platform|Download|Release date|Version|Build
34+
|:---|:---|:---|:---|:---|
35+
|Windows|[MSI Installer](https://go.microsoft.com/fwlink/?linkid=2128142)|April 28, 2020|18.5|15.0.4769.1|
36+
|macOS .NET Core |[.zip file](https://go.microsoft.com/fwlink/?linkid=2128145)|April 28, 2020| 18.5|15.0.4769.1|
37+
|Linux .NET Core |[.zip file](https://go.microsoft.com/fwlink/?linkid=2128144)|April 28, 2020| 18.5|15.0.4769.1|
38+
|Windows .NET Core |[.zip file](https://go.microsoft.com/fwlink/?linkid=2128143)|April 28, 2020| 18.5|15.0.4769.1|
39+
40+
### Features
41+
| Feature | Details |
42+
| :------ | :------ |
43+
| Deployment | Data Sensitivity classification support for SQL versions up to 2019 and Azure SQL Data Warehouse |
44+
| Deployment | Add Azure SQL Data Warehouse support for table constraints |
45+
| Deployment | Add Azure SQL Data Warehouse support for ordered clustered column store index |
46+
| Deployment | Add support for External Data Source (for Oracle, Teradata, MongoDB/CosmosDB, ODBC, Big Data Cluster) and External Table for Big Data Cluster |
47+
| Deployment | Add SQL Database Edge Instance as supported edition |
48+
| Deployment | Support Managed Instance server names of the form '\<server>.\<dnszone>.database.windows.net' |
49+
| Deployment | Add support for copy command in Azure SQL Data Warehouse |
50+
| Deployment | Add deployment option 'IgnoreTablePartitionOptions' during Publish to avoid table recreation when there is change in partition function on table for Azure SQL Data Warehouse |
51+
| .NET Core | Add support for Microsoft.Data.SqlClient in .NET Core version of sqlpackage |
52+
| &nbsp; | &nbsp; |
53+
54+
### Fixes
55+
| Fix | Details |
56+
| :-- | :------ |
57+
| Deployment | Fix publishing dacpac of a database which contains an external user which used to throw an error “Object reference not set to an instance of an object.” |
58+
| Deployment | Fix parsing json path as expression |
59+
| Deployment | Fix generating GRANT statements for AlterAnyDatabaseScopedConfiguration and AlterAnySensitivityClassification permissions |
60+
| Deployment | Fix External Script permission not being recognized |
61+
| Deployment | Fix for inline property - the implicit addition of the property should not show in difference but explicit mention should show through script |
62+
| Deployment | Resolved an issue where changing a Table referenced by a Materialized View (MV) causes Alter View statements to be generated which is not supported for MVs for Azure SQL Data Warehouse |
63+
| Deployment | Fix publish failing when adding column to a table with data for Azure SQL Data Warehouse |
64+
| Deployment | Fix update script should move data to a new table when changing the distribution column type (data loss scenario) for Azure SQL Data Warehouse |
65+
| ScriptDom | Fix ScriptDom bug where it couldn't recognize inline constraints defined after an inline index |
66+
| ScriptDom | Fix ScriptDom SYSTEM_TIME missing closing parenthesis when in a batch statement |
67+
| Always Encrypted | Fix #tmpErrors table failing to drop if SqlPackage reconnects and the temp table is already gone because the temporary table goes away when the connection dies |
68+
| &nbsp; | &nbsp; |
69+
3170
## 18.4.1 sqlpackage
3271

3372
|Platform|Download|Release date|Version|Build

docs/tools/sqlpackage-download.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Download and install the latest .NET Framework release and macOS and Linux previ
2020

2121
|Platform|Download|Release date|Version|Build
2222
|:---|:---|:---|:---|:---|
23-
|Windows|[MSI Installer](https://go.microsoft.com/fwlink/?linkid=2113703)|December 13, 2019|18.4.1|15.0.4630.1|
24-
|macOS .NET Core |[.zip file](https://go.microsoft.com/fwlink/?linkid=2113705)|December 13, 2019| 18.4.1|15.0.4630.1|
25-
|Linux .NET Core |[.zip file](https://go.microsoft.com/fwlink/?linkid=2113331)|December 13, 2019| 18.4.1|15.0.4630.1|
26-
|Windows .NET Core |[.zip file](https://go.microsoft.com/fwlink/?linkid=2113704)|December 13, 2019| 18.4.1|15.0.4630.1|
23+
|Windows|[MSI Installer](https://go.microsoft.com/fwlink/?linkid=2128142)|April 28, 2020|18.5|15.0.4769.1|
24+
|macOS .NET Core |[.zip file](https://go.microsoft.com/fwlink/?linkid=2128145)|April 28, 2020| 18.5|15.0.4769.1|
25+
|Linux .NET Core |[.zip file](https://go.microsoft.com/fwlink/?linkid=2128144)|April 28, 2020| 18.5|15.0.4769.1|
26+
|Windows .NET Core |[.zip file](https://go.microsoft.com/fwlink/?linkid=2128143)|April 28, 2020| 18.5|15.0.4769.1|
2727

2828
For details about the latest release, see the [release notes](release-notes-sqlpackage.md). To download additional languages, see the [Available Languages](#available-languages) section.
2929

@@ -33,13 +33,13 @@ For details about the latest release, see the [release notes](release-notes-sqlp
3333

3434
This release of sqlpackage includes a standard Windows installer experience, and a .zip:
3535

36-
1. Download and run the [DacFramework.msi installer for Windows](https://go.microsoft.com/fwlink/?linkid=2113703).
36+
1. Download and run the [DacFramework.msi installer for Windows](https://go.microsoft.com/fwlink/?linkid=2128142).
3737
2. Open a new Command Prompt window, and run sqlpackage.exe
3838
- sqlpackage is installed to the ```C:\Program Files\Microsoft SQL Server\150\DAC\bin``` folder
3939

4040
## Get sqlpackage .NET Core for Windows
4141

42-
1. Download [sqlpackage for Windows](https://go.microsoft.com/fwlink/?linkid=2113704).
42+
1. Download [sqlpackage for Windows](https://go.microsoft.com/fwlink/?linkid=2128143).
4343
2. To extract the file by right clicking on the file in Windows Explorer, and selecting 'Extract All...', and select the target directory.
4444
3. Open a new Terminal window and cd to the location where sqlpackage was extracted:
4545

@@ -49,7 +49,7 @@ This release of sqlpackage includes a standard Windows installer experience, and
4949

5050
## Get sqlpackage .NET Core for macOS
5151

52-
1. Download [sqlpackage for macOS](https://go.microsoft.com/fwlink/?linkid=2113705).
52+
1. Download [sqlpackage for macOS](https://go.microsoft.com/fwlink/?linkid=2128145).
5353
2. To extract the file and launch sqlpackage, open a new Terminal window and type the following commands:
5454

5555
```bash
@@ -62,7 +62,7 @@ This release of sqlpackage includes a standard Windows installer experience, and
6262

6363
## Get sqlpackage .NET Core for Linux
6464

65-
1. Download [sqlpackage for Linux](https://go.microsoft.com/fwlink/?linkid=2113331) by using one of the installers or the tar.gz archive:
65+
1. Download [sqlpackage for Linux](https://go.microsoft.com/fwlink/?linkid=2128144) by using one of the installers or the tar.gz archive:
6666
2. To extract the file and launch sqlpackage, open a new Terminal window and type the following commands:
6767

6868
```bash
@@ -139,16 +139,16 @@ sqlpackage runs on Windows, macOS, and Linux, and is supported on the following
139139
This release of sqlpackage can be installed in the following languages:
140140

141141
sqlpackage Windows:
142-
[Chinese (Simplified)](https://go.microsoft.com/fwlink/?linkid=2113703&clcid=0x804) | [Chinese (Traditional)](https://go.microsoft.com/fwlink/?linkid=2113703&clcid=0x404) | [English (United States)](https://go.microsoft.com/fwlink/?linkid=2113703&clcid=0x409) | [French](https://go.microsoft.com/fwlink/?linkid=2113703&clcid=0x40c) | [German](https://go.microsoft.com/fwlink/?linkid=2113703&clcid=0x407) | [Italian](https://go.microsoft.com/fwlink/?linkid=2113703&clcid=0x410) | [Japanese](https://go.microsoft.com/fwlink/?linkid=2113703&clcid=0x411) | [Korean](https://go.microsoft.com/fwlink/?linkid=2113703&clcid=0x412) | [Portuguese (Brazil)](https://go.microsoft.com/fwlink/?linkid=2113703&clcid=0x416) | [Russian](https://go.microsoft.com/fwlink/?linkid=2113703&clcid=0x419) | [Spanish](https://go.microsoft.com/fwlink/?linkid=2113703&clcid=0x40a)
142+
[Chinese (Simplified)](https://go.microsoft.com/fwlink/?linkid=2128142&clcid=0x804) | [Chinese (Traditional)](https://go.microsoft.com/fwlink/?linkid=2128142&clcid=0x404) | [English (United States)](https://go.microsoft.com/fwlink/?linkid=2128142&clcid=0x409) | [French](https://go.microsoft.com/fwlink/?linkid=2128142&clcid=0x40c) | [German](https://go.microsoft.com/fwlink/?linkid=2128142&clcid=0x407) | [Italian](https://go.microsoft.com/fwlink/?linkid=2128142&clcid=0x410) | [Japanese](https://go.microsoft.com/fwlink/?linkid=2128142&clcid=0x411) | [Korean](https://go.microsoft.com/fwlink/?linkid=2128142&clcid=0x412) | [Portuguese (Brazil)](https://go.microsoft.com/fwlink/?linkid=2128142&clcid=0x416) | [Russian](https://go.microsoft.com/fwlink/?linkid=2128142&clcid=0x419) | [Spanish](https://go.microsoft.com/fwlink/?linkid=2128142&clcid=0x40a)
143143

144144
sqlpackage .NET Core Windows:
145-
[Chinese (Simplified)](https://go.microsoft.com/fwlink/?linkid=2113704&clcid=0x804) | [Chinese (Traditional)](https://go.microsoft.com/fwlink/?linkid=2113704&clcid=0x404) | [English (United States)](https://go.microsoft.com/fwlink/?linkid=2113704&clcid=0x409) | [French](https://go.microsoft.com/fwlink/?linkid=2113704&clcid=0x40c) | [German](https://go.microsoft.com/fwlink/?linkid=2113704&clcid=0x407) | [Italian](https://go.microsoft.com/fwlink/?linkid=2113704&clcid=0x410) | [Japanese](https://go.microsoft.com/fwlink/?linkid=2113704&clcid=0x411) | [Korean](https://go.microsoft.com/fwlink/?linkid=2113704&clcid=0x412) | [Portuguese (Brazil)](https://go.microsoft.com/fwlink/?linkid=2113704&clcid=0x416) | [Russian](https://go.microsoft.com/fwlink/?linkid=2113704&clcid=0x419) | [Spanish](https://go.microsoft.com/fwlink/?linkid=2113704&clcid=0x40a)
145+
[Chinese (Simplified)](https://go.microsoft.com/fwlink/?linkid=2128143&clcid=0x804) | [Chinese (Traditional)](https://go.microsoft.com/fwlink/?linkid=2128143&clcid=0x404) | [English (United States)](https://go.microsoft.com/fwlink/?linkid=2128143&clcid=0x409) | [French](https://go.microsoft.com/fwlink/?linkid=2128143&clcid=0x40c) | [German](https://go.microsoft.com/fwlink/?linkid=2128143&clcid=0x407) | [Italian](https://go.microsoft.com/fwlink/?linkid=2128143&clcid=0x410) | [Japanese](https://go.microsoft.com/fwlink/?linkid=2128143&clcid=0x411) | [Korean](https://go.microsoft.com/fwlink/?linkid=2128143&clcid=0x412) | [Portuguese (Brazil)](https://go.microsoft.com/fwlink/?linkid=2128143&clcid=0x416) | [Russian](https://go.microsoft.com/fwlink/?linkid=2128143&clcid=0x419) | [Spanish](https://go.microsoft.com/fwlink/?linkid=2128143&clcid=0x40a)
146146

147147
sqlpackage .NET Core macOS:
148-
[Chinese (Simplified)](https://go.microsoft.com/fwlink/?linkid=2113705&clcid=0x804) | [Chinese (Traditional)](https://go.microsoft.com/fwlink/?linkid=2113705&clcid=0x404) | [English (United States)](https://go.microsoft.com/fwlink/?linkid=2113705&clcid=0x409) | [French](https://go.microsoft.com/fwlink/?linkid=2113705&clcid=0x40c) | [German](https://go.microsoft.com/fwlink/?linkid=2113705&clcid=0x407) | [Italian](https://go.microsoft.com/fwlink/?linkid=2113705&clcid=0x410) | [Japanese](https://go.microsoft.com/fwlink/?linkid=2113705&clcid=0x411) | [Korean](https://go.microsoft.com/fwlink/?linkid=2113705&clcid=0x412) | [Portuguese (Brazil)](https://go.microsoft.com/fwlink/?linkid=2113705&clcid=0x416) | [Russian](https://go.microsoft.com/fwlink/?linkid=2113705&clcid=0x419) | [Spanish](https://go.microsoft.com/fwlink/?linkid=2113705&clcid=0x40a)
148+
[Chinese (Simplified)](https://go.microsoft.com/fwlink/?linkid=2128145&clcid=0x804) | [Chinese (Traditional)](https://go.microsoft.com/fwlink/?linkid=2128145&clcid=0x404) | [English (United States)](https://go.microsoft.com/fwlink/?linkid=2128145&clcid=0x409) | [French](https://go.microsoft.com/fwlink/?linkid=2128145&clcid=0x40c) | [German](https://go.microsoft.com/fwlink/?linkid=2128145&clcid=0x407) | [Italian](https://go.microsoft.com/fwlink/?linkid=2128145&clcid=0x410) | [Japanese](https://go.microsoft.com/fwlink/?linkid=2128145&clcid=0x411) | [Korean](https://go.microsoft.com/fwlink/?linkid=2128145&clcid=0x412) | [Portuguese (Brazil)](https://go.microsoft.com/fwlink/?linkid=2128145&clcid=0x416) | [Russian](https://go.microsoft.com/fwlink/?linkid=2128145&clcid=0x419) | [Spanish](https://go.microsoft.com/fwlink/?linkid=2128145&clcid=0x40a)
149149

150150
sqlpackage .NET Core Linux:
151-
[Chinese (Simplified)](https://go.microsoft.com/fwlink/?linkid=2113331&clcid=0x804) | [Chinese (Traditional)](https://go.microsoft.com/fwlink/?linkid=2113331&clcid=0x404) | [English (United States)](https://go.microsoft.com/fwlink/?linkid=2113331&clcid=0x409) | [French](https://go.microsoft.com/fwlink/?linkid=2113331&clcid=0x40c) | [German](https://go.microsoft.com/fwlink/?linkid=2113331&clcid=0x407) | [Italian](https://go.microsoft.com/fwlink/?linkid=2113331&clcid=0x410) | [Japanese](https://go.microsoft.com/fwlink/?linkid=2113331&clcid=0x411) | [Korean](https://go.microsoft.com/fwlink/?linkid=2113331&clcid=0x412) | [Portuguese (Brazil)](https://go.microsoft.com/fwlink/?linkid=2113331&clcid=0x416) | [Russian](https://go.microsoft.com/fwlink/?linkid=2113331&clcid=0x419) | [Spanish](https://go.microsoft.com/fwlink/?linkid=2113331&clcid=0x40a)
151+
[Chinese (Simplified)](https://go.microsoft.com/fwlink/?linkid=2128144&clcid=0x804) | [Chinese (Traditional)](https://go.microsoft.com/fwlink/?linkid=2128144&clcid=0x404) | [English (United States)](https://go.microsoft.com/fwlink/?linkid=2128144&clcid=0x409) | [French](https://go.microsoft.com/fwlink/?linkid=2128144&clcid=0x40c) | [German](https://go.microsoft.com/fwlink/?linkid=2128144&clcid=0x407) | [Italian](https://go.microsoft.com/fwlink/?linkid=2128144&clcid=0x410) | [Japanese](https://go.microsoft.com/fwlink/?linkid=2128144&clcid=0x411) | [Korean](https://go.microsoft.com/fwlink/?linkid=2128144&clcid=0x412) | [Portuguese (Brazil)](https://go.microsoft.com/fwlink/?linkid=2128144&clcid=0x416) | [Russian](https://go.microsoft.com/fwlink/?linkid=2128144&clcid=0x419) | [Spanish](https://go.microsoft.com/fwlink/?linkid=2128144&clcid=0x40a)
152152

153153
## Next Steps
154154

0 commit comments

Comments
 (0)