From a26dd623c6cbe3bd4e6553bc59f9bd9a3e8f6ae1 Mon Sep 17 00:00:00 2001 From: Mark Carrington Date: Fri, 14 Jan 2022 12:14:55 +0000 Subject: [PATCH] Updated release notes --- .../MarkMpn.Sql4Cds.Engine.nuspec | 15 +++------------ MarkMpn.Sql4Cds/MarkMpn.SQL4CDS.nuspec | 17 +++-------------- 2 files changed, 6 insertions(+), 26 deletions(-) diff --git a/MarkMpn.Sql4Cds.Engine/MarkMpn.Sql4Cds.Engine.nuspec b/MarkMpn.Sql4Cds.Engine/MarkMpn.Sql4Cds.Engine.nuspec index 7f1a1ed7..7d8910f5 100644 --- a/MarkMpn.Sql4Cds.Engine/MarkMpn.Sql4Cds.Engine.nuspec +++ b/MarkMpn.Sql4Cds.Engine/MarkMpn.Sql4Cds.Engine.nuspec @@ -11,18 +11,9 @@ https://markcarrington.dev/sql4cds-icon/ Convert SQL queries to FetchXml and execute them against Dataverse / D365 Convert SQL queries to FetchXml and execute them against Dataverse / D365 - 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 + Improved aggregate results when grouping by lookup columns +Detect use of window functions +Fixed use of DATEPART groupings when using UTC timezone Copyright © 2020 Mark Carrington en-GB diff --git a/MarkMpn.Sql4Cds/MarkMpn.SQL4CDS.nuspec b/MarkMpn.Sql4Cds/MarkMpn.SQL4CDS.nuspec index e57b99f4..e39efca3 100644 --- a/MarkMpn.Sql4Cds/MarkMpn.SQL4CDS.nuspec +++ b/MarkMpn.Sql4Cds/MarkMpn.SQL4CDS.nuspec @@ -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. Convert SQL queries to FetchXML and execute them against Dataverse / D365 - 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 + Improved aggregate results when grouping by lookup columns +Detect use of window functions +Fixed use of DATEPART groupings when using UTC timezone Copyright © 2019 Mark Carrington en-GB