Skip to content

Commit afa6acf

Browse files
authored
Merge pull request #14974 from kisantia/patch-1
Update sqlpackage release notes with known issue
2 parents 53913c8 + 9e13a65 commit afa6acf

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/tools/release-notes-sqlpackage.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ Thanks. GeneMi (MightyPen in GitHub). 2019-03-27
5454
### Fixes
5555
| Fix | Details |
5656
| :-- | :------ |
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.” |
5857
| Deployment | Fix parsing json path as expression |
5958
| Deployment | Fix generating GRANT statements for AlterAnyDatabaseScopedConfiguration and AlterAnySensitivityClassification permissions |
6059
| Deployment | Fix External Script permission not being recognized |
@@ -67,6 +66,12 @@ Thanks. GeneMi (MightyPen in GitHub). 2019-03-27
6766
| 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 |
6867
|   |   |
6968

69+
### Known Issues
70+
| Feature | Details |
71+
| :------ | :------ |
72+
| Deployment | A regression was introduced in 18.5 causing there to be an “Incorrect syntax near 'type'” error when deploying a dacpac or importing a bacpac with a user with external login to on premise. Workaround is to use sqlpackage 18.4 and it will be fixed in the next sqlpackage release. |
73+
|   |   |
74+
7075
## 18.4.1 sqlpackage
7176

7277
|Platform|Download|Release date|Version|Build

0 commit comments

Comments
 (0)