Skip to content

Commit c2f7c4d

Browse files
author
Allan Cascante
committed
Adding release notes for 180.102.0
1 parent 9dd1884 commit c2f7c4d

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

release-notes/180/180.102.0.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Release Notes
2+
3+
## Microsoft.SqlServer.TransactSql.ScriptDom 180.102.0
4+
This update brings the following changes over the previous release:
5+
6+
### Target Platform Support
7+
8+
* .NET Framework 4.7.2 (Windows x86, Windows x64)
9+
* .NET 8 (Windows x86, Windows x64, Linux, macOS)
10+
* .NET Standard 2.0+ (Windows x86, Windows x64, Linux, macOS)
11+
12+
### Dependencies
13+
* None
14+
15+
#### .NET Framework
16+
#### .NET Core
17+
18+
### New Features
19+
* Adds support for GROUP BY ALL and ORDER BY ALL in the Fabric DW parser.
20+
* Adds the BuiltInFunctionCasing script generation option for controlling the casing of built-in function names.
21+
* Adds the MultilineWithOptionsList script generation option for formatting WITH and OPTION clause options on separate lines.
22+
* Adds the MultilineGroupByElementsList, MultilineHavingPredicatesList, MultilineOrderByElementsList, and MultilinePartitionByElementsList script generation options.
23+
* Adds the NumNewlinesAfterBatchStatement and NumNewlinesAfterBatches script generation options.
24+
* Adds the PersistTrailingGo script generation option for preserving trailing GO batch separators.
25+
* Adds the TerminateBlockStatements script generation option for emitting semicolons after BEGIN...END and TRY...CATCH blocks.
26+
27+
### Fixed
28+
* Fixes INSERT VALUES formatting so row constructor parentheses align with the target column list.
29+
* Fixes CREATE DATABASE parsing when COLLATE appears before Azure edition options.
30+
* Fixes CREATE TABLE parsing when SPARSE appears before MASKED WITH in a column definition [#216](https://github.com/microsoft/SqlScriptDOM/issues/216).
31+
32+
### Changes
33+
* None
34+
35+
### Known Issues
36+
* None

0 commit comments

Comments
 (0)