Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit e672e58

Browse files
committed
sqlpackage 15.0.4240.1 preview
1 parent 8626022 commit e672e58

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

docs/tools/sqlpackage-download.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Download and install the latest .NET Framework release and macOS and Linux previ
2020
|Platform|Download|Release date|Version|Build
2121
|:---|:---|:---|:---|:---|
2222
|Windows|[MSI Installer](https://go.microsoft.com/fwlink/?linkid=2033947)|October 24, 2018|18.0|15.0.4200.1|
23-
|macOS (preview)|[.zip file](https://go.microsoft.com/fwlink/?linkid=873927)|May 9, 2018 |0.0.1|15.0.4057.1|
24-
|Linux (preview)|[.zip file](https://go.microsoft.com/fwlink/?linkid=873926)|May 9, 2018 |0.0.1|15.0.4057.1|
23+
|macOS .NET Core (preview)|[.zip file](https://go.microsoft.com/fwlink/?linkid=2044514)|November 15, 2018 | - |15.0.4240.1|
24+
|Linux .NET Core (preview)|[.zip file](https://go.microsoft.com/fwlink/?linkid=2044263)|November 15, 2018 | - |15.0.4240.1|
2525

2626
For details about the latest release, see the [release notes](sqlpackage-release-notes.md).
2727

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

3737
## Get sqlpackage (preview) for macOS
3838

39-
1. Download [sqlpackage for macOS](https://go.microsoft.com/fwlink/?linkid=873927).
39+
1. Download [sqlpackage for macOS](https://go.microsoft.com/fwlink/?linkid=2044514).
4040
2. To extract the file and launch sqlpackage, open a new Terminal window and type the following commands:
4141

4242
**.zip Installation:**
@@ -51,7 +51,7 @@ This release of sqlpackage includes a standard Windows installer experience, and
5151

5252
## Get sqlpackage (preview) for Linux
5353

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

5757
**.zip Installation:**

docs/tools/sqlpackage-release-notes.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,22 @@ The release includes the following fixes:
7070
- Added /DiagnosticsFile:"C:\Temp\sqlpackage.log" command-line parameter to specify a file path to save diagnostic information.
7171
- Added /Diagnostics command-line parameter to log diagnostic information to the console.
7272

73-
## sqlpackage on macOS and Linux 0.0.1 (preview)
73+
## sqlpackage on macOS and Linux .NET Core (preview)
7474

75-
Release date: May 9, 2018
76-
Build: 15.0.4057.1
75+
Release date: November 15, 2018
76+
Build: 15.0.4240.1
7777

78-
This release contains the cross-platform preview build of sqlpackage that targets .NET Core 2.0, and can run on macOS and Linux.
78+
This release contains the cross-platform preview build of sqlpackage that targets .NET Core 2.1, and can run on macOS and Linux.
79+
80+
The release includes the following fixes:
81+
82+
- Moved to .NET Core 2.1
83+
- Support for CLR UDT types, including the SQL CLR UDT types: SqlGeography, SqlGeometry, & SqlHierarchyId.
7984

8085
This release is an early preview with following known issues:
8186

8287
- The /p:CommandTimeout parameter is hard coded to 120.
8388
- Build and deployment contributors aren't supported.
84-
- Will be fixed after moving to .NET Core 2.1 where System.ComponentModel.Composition.dll is supported.
85-
- Need to handle case-sensitive paths.
86-
- SQL CLR UDT types aren't supported, including SQL Server CLR UDT Types: SqlGeography, SqlGeometry, & SqlHierarchyId.
8789
- Older .dacpac and .bacpac files that use json data serialization aren't supported.
8890
- Referenced .dacpacs (for example master.dacpac) may not resolve due to issues with case-sensitive file systems.
8991
- A workaround is to capitalize the name of the reference file (for example MASTER.BACPAC).

0 commit comments

Comments
 (0)