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 5, 2022
1 parent 58fef1f commit aefa5a6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
11 changes: 8 additions & 3 deletions MarkMpn.Sql4Cds.Engine/MarkMpn.Sql4Cds.Engine.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@
<iconUrl>https://markcarrington.dev/sql4cds-icon/</iconUrl>
<description>Convert SQL queries to FetchXml and execute them against Dataverse / D365</description>
<summary>Convert SQL queries to FetchXml and execute them against Dataverse / D365</summary>
<releaseNotes>Improved aggregate results when grouping by lookup columns
Detect use of window functions
Fixed use of DATEPART groupings when using UTC timezone
<releaseNotes>Support for variables, WHILE, IF and GOTO statements
@@IDENTITY and @@ROWCOUNT global variables
PRINT statement support
Query optimizer improvements
Support subqueries in INSERT VALUES statements
Fixed case sensitivity of column names in UPDATE statements
ADO.NET provider
Improved TDS Endpoint compatibility detection
</releaseNotes>
<copyright>Copyright © 2020 Mark Carrington</copyright>
<language>en-GB</language>
Expand Down
13 changes: 10 additions & 3 deletions MarkMpn.Sql4Cds/MarkMpn.SQL4CDS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,16 @@ plugins or integrations by writing familiar SQL and converting it.

Using the preview TDS Endpoint, SELECT queries can also be run that aren't convertible to FetchXML.</description>
<summary>Convert SQL queries to FetchXML and execute them against Dataverse / D365</summary>
<releaseNotes>Improved aggregate results when grouping by lookup columns
Detect use of window functions
Fixed use of DATEPART groupings when using UTC timezone
<releaseNotes>Support for variables, WHILE, IF and GOTO statements
@@IDENTITY and @@ROWCOUNT global variables
PRINT statement support
Query optimizer improvements
Support subqueries in INSERT VALUES statements
Fixed case sensitivity of column names in UPDATE statements
Improved TDS Endpoint compatibility detection
Fixed column autosizing
New button to convert query directly to FetchXML
Prompt to save files before closing
</releaseNotes>
<copyright>Copyright © 2019 Mark Carrington</copyright>
<language>en-GB</language>
Expand Down

0 comments on commit aefa5a6

Please sign in to comment.