-
Notifications
You must be signed in to change notification settings - Fork 27
Adding dacfx release notes #818
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
allancascante
merged 5 commits into
main
from
dev/allancascante/release_notes_170.5.60-preview
Jul 28, 2026
+30
−0
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
34e9f45
adding dacfx release notes
c1464c1
small update to notes
05e1191
Update release-notes/Microsoft.SqlServer.DacFx/170.5/170.5.60-preview.md
allancascante 1054df4
Update release notes for DacFx 170.5.60-preview
allancascante 7b6d1b4
Update release notes for Microsoft.SqlServer.DacFx 170.5.60-preview
allancascante File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
release-notes/Microsoft.SqlServer.DacFx/170.5/170.5.60-preview.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # Release Notes | ||
|
|
||
| ## Microsoft.SqlServer.DacFx 170.5.60-preview | ||
|
|
||
| This update brings the below changes over the previous release: | ||
|
|
||
| ### Adds | ||
|
|
||
| * Adds editing of VECTOR column dimensions and base type in Table Designer | ||
| * Adds support for VECTOR column dimensions and base types in table-valued parameters and function return types | ||
| * Adds support for `LogDeployment` (T/F) and `EnableFastComparison` (T/F) publish properties, which leverage an automatically managed table `dbo.__DacFxDeploymentHistory` in the target database to track "DacVersions". Fast comparison assumes no drift between last deployment and current state. New SQLCMD variable `DacVersion_Previous` is determined based on the contents of `dbo.__DacFxDeploymentHistory` when `LogDeployment` publish property is set to true. | ||
|
|
||
| ### Fixed | ||
| * Fixes generation of an incorrect drop statement for unnamed default constraints [#807](https://github.com/microsoft/DacFx/issues/807) | ||
| * Fixes non-deterministic object ordering when creating and updating a SQL project [#795](https://github.com/microsoft/DacFx/issues/795) | ||
| * Fixes a redundant `ALTER TABLE ... ADD CONSTRAINT` emitted when publishing inline constraints from a project [#792](https://github.com/microsoft/DacFx/issues/792) | ||
| * Fixes an `InvalidCastException` when extracting an object-level permission on a SECURITY POLICY [#800](https://github.com/microsoft/DacFx/issues/800) | ||
| * Fixes a large BACPAC export failing with a "Stream was too long" overflow on `System.IO.Packaging` | ||
| * Fixes a `SQL72008` build error when pre/post-deploy scripts reference `$(DacVersion)` / `$(DacVersion_Previous)` | ||
| * Fixes BACPAC export of Always Encrypted large fixed-length columns | ||
| * Fixes `VECTOR_SEARCH` table alias and distance column resolution in SQL project build | ||
| * Fixes reverse engineering of external languages failing on SQL Managed Instance due to an `is_system_language` bind failure | ||
| * Fixes Schema Compare emitting redundant child-element scripts for inline-scriptable elements | ||
| * Fixes `sp_addextendedproperty` with `@level1type=N'NULL'` for an extended property on a SECURITY POLICY | ||
| * Fixes Table Designer identity default validation | ||
| * Fixes stale Table Designer cache access token callbacks | ||
| * Fixes error message location format to use `(line,col)` instead of `(line,col,line,col)` | ||
|
|
||
| ### Changed | ||
| * Updates Microsoft.SqlServer.TransactSql.ScriptDom to 180.59.2 | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.