Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMpn committed Jan 14, 2022
1 parent 00875ab commit a26dd62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 26 deletions.
15 changes: 3 additions & 12 deletions MarkMpn.Sql4Cds.Engine/MarkMpn.Sql4Cds.Engine.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,9 @@
<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>Added .NET Core version
Improved aggregate performance with automatic partitioning
Reduced attributes retrieved to process COUNT(*) queries
Fixed GROUP BY and aggregates on virtual attributes
Fixed retrieving file attributes
Fixed GROUP BY and ORDER BY on multi-select picklist fields
Fixed errors when using LIKE queries on non-string fields
Fixed errors when using filters on party list fields
Fixed running queries with more than 10 joins
Fixed DISTINCT with repeated attributes
Fixed use of non-FetchXML functions in WHERE clause
Fixed use of query derived tables with aggregates
<releaseNotes>Improved aggregate results when grouping by lookup columns
Detect use of window functions
Fixed use of DATEPART groupings when using UTC timezone
</releaseNotes>
<copyright>Copyright © 2020 Mark Carrington</copyright>
<language>en-GB</language>
Expand Down
17 changes: 3 additions & 14 deletions MarkMpn.Sql4Cds/MarkMpn.SQL4CDS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,9 @@ 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 performance with automatic partitioning
Added option to convert FetchXML to SQL using native D365 conversion
Added option to control displayed date format
Reduced attributes retrieved to process COUNT(*) queries
Fixed GROUP BY and aggregates on virtual attributes
Fixed retrieving file attributes
Fixed using quoted identifiers
Fixed GROUP BY and ORDER BY on multi-select picklist fields
Fixed errors when using LIKE queries on non-string fields
Fixed errors when using filters on party list fields
Fixed running queries with more than 10 joins
Fixed DISTINCT with repeated attributes
Fixed use of non-FetchXML functions in WHERE clause
Fixed use of query derived tables with aggregates
<releaseNotes>Improved aggregate results when grouping by lookup columns
Detect use of window functions
Fixed use of DATEPART groupings when using UTC timezone
</releaseNotes>
<copyright>Copyright © 2019 Mark Carrington</copyright>
<language>en-GB</language>
Expand Down

0 comments on commit a26dd62

Please sign in to comment.