Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions release-notes/170/170.64.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Release Notes

## Microsoft.SqlServer.TransactSql.ScriptDom 170.64.0
This update brings the below changes over the previous release:

### Target Platform Support

* .NET Framework 4.7.2 (Windows x86, Windows x64)
* .NET 8 (Windows x86, Windows x64, Linux, macOS)
* .NET Standard 2.0+ (Windows x86, Windows x64, Linux, macOS)

### Dependencies
* Updates.NET SDK to latest patch version 8.0.411

#### .NET Framework
#### .NET Core

### New Features
* Adds support for `MANUAL_CUTOVER` and `PERFORM_CUTOVER` in `ALTER DATABASE` options.
* Adds supports for `ORDER` clause on nonclustered columnstore indexes.

### Fixed

### Changes
* Updated Fabric DW syntax to better match the definition for identity columns.

### Known Issues
Loading