Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMpn committed Apr 3, 2024
1 parent 43f57de commit 915e328
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions AzureDataStudioExtension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
# Change Log

## [v8.0.1](https://github.com/MarkMpn/Sql4Cds/releases/tag/v8.0.1) - 2023-12-13
## [v9.0.0](https://github.com/MarkMpn/Sql4Cds/releases/tag/v8.0.1) - 2024-04-12

Added support for latest Fetch XML features
Support `TRY`, `CATCH` & `THROW` statements and related functions
Error handling consistency with SQL Server
Improved performance with large numbers of expressions and large `VALUES` lists
Generate the execution plan for each statement in a batch only when necessary, to allow initial statements to succeed regardless of errors in later statements
Allow access to catalog views using TDS Endpoint
Inproved `EXECUTE AS` support
Handle missing values in XML `.value()` method
Detect TDS Endpoint incompatibility with XML data type methods and error handling functions
Fixed use of `TOP 1` with `IN` expression
Fixed escaping column names for `SELECT` and `INSERT` commands
Improved setting a partylist attribute based on an EntityReference value
Fixed sorting results for `UNION`
Fold `DISTNCT` to data source for `UNION`
Fold `DISTINCT` to data source for `UNION`
Fold groupings without aggregates to `DISTINCT`
Fixed folding filters through nested loops with outer references
Fixed use of recursive CTE references within subquery
Improved performance of `CROSS APPLY` and `OUTER APPLY`
Improved query cancellation

## [v8.0.0](https://github.com/MarkMpn/Sql4Cds/releases/tag/v8.0.0) - 2023-11-25

Expand Down
2 changes: 1 addition & 1 deletion MarkMpn.Sql4Cds.Engine/MarkMpn.Sql4Cds.Engine.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Fixed use of TOP 1 with IN expression
Fixed escaping column names for SELECT and INSERT commands
Improved setting a partylist attribute based on an EntityReference value
Fixed sorting results for UNION
Fold DISTNCT to data source for UNION
Fold DISTINCT to data source for UNION
Fold groupings without aggregates to DISTINCT
Fixed folding filters through nested loops with outer references
Fixed use of recursive CTE references within subquery
Expand Down
2 changes: 1 addition & 1 deletion MarkMpn.Sql4Cds/MarkMpn.SQL4CDS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Fixed use of TOP 1 with IN expression
Fixed escaping column names for SELECT and INSERT commands
Improved setting a partylist attribute based on an EntityReference value
Fixed sorting results for UNION
Fold DISTNCT to data source for UNION
Fold DISTINCT to data source for UNION
Fold groupings without aggregates to DISTINCT
Fixed folding filters through nested loops with outer references
Fixed use of recursive CTE references within subquery
Expand Down

0 comments on commit 915e328

Please sign in to comment.