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/release-notes-sqlpackage.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,6 @@ Thanks. GeneMi (MightyPen in GitHub). 2019-03-27
54
54
### Fixes
55
55
| Fix | Details |
56
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
57
| Deployment | Fix parsing json path as expression |
59
58
| Deployment | Fix generating GRANT statements for AlterAnyDatabaseScopedConfiguration and AlterAnySensitivityClassification permissions |
60
59
| Deployment | Fix External Script permission not being recognized |
@@ -67,6 +66,12 @@ Thanks. GeneMi (MightyPen in GitHub). 2019-03-27
67
66
| 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
67
| | |
69
68
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. |
0 commit comments