MarkMpn.SQL4CDS 9.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MarkMpn.SQL4CDS --version 9.3.0                
NuGet\Install-Package MarkMpn.SQL4CDS -Version 9.3.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MarkMpn.SQL4CDS" Version="9.3.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MarkMpn.SQL4CDS --version 9.3.0                
#r "nuget: MarkMpn.SQL4CDS, 9.3.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MarkMpn.SQL4CDS as a Cake Addin
#addin nuget:?package=MarkMpn.SQL4CDS&version=9.3.0

// Install MarkMpn.SQL4CDS as a Cake Tool
#tool nuget:?package=MarkMpn.SQL4CDS&version=9.3.0                

SQL 4 CDS allows you to use standard SQL syntax to query and manipulate your data and metadata in Dataverse / D365.

Supports
- SELECT
- INSERT
- UPDATE
- DELETE

Where possible the queries are converted to FetchXML, allowing you to generate FetchXML queries for
plugins or integrations by writing familiar SQL and converting it.

Queries can also run using the preview TDS Endpoint. A wide range of SQL functionality is also built
in to allow running queries that aren't directly supported by either FetchXML or the TDS Endpoint.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.4.1 3,001 11/10/2024
9.4.0 2,088 11/5/2024
9.3.0 15,991 8/27/2024
9.2.0 9,417 7/12/2024
9.1.0 8,271 6/10/2024
9.0.1 7,823 5/8/2024
9.0.0 1,953 5/2/2024
8.0.0 20,795 11/25/2023
7.6.1 9,235 10/16/2023
7.6.0 4,812 9/30/2023
7.5.2 4,221 9/17/2023
7.5.1 576 9/11/2023
7.5.0 4,084 9/4/2023
7.4.0 7,430 8/7/2023
7.3.0 11,218 6/12/2023
7.2.2 2,806 5/2/2023
7.2.1 294 4/30/2023
7.1.0 17,188 1/31/2023
7.0.3 13,512 10/11/2022
7.0.2 3,033 10/2/2022
7.0.1 456 9/28/2022
7.0.0 3,246 9/21/2022
6.4.0 8,527 7/28/2022
6.3.0 5,724 6/28/2022
6.2.1 5,494 5/26/2022
6.2.0 2,583 5/18/2022
6.1.0 2,366 5/11/2022
6.0.1 6,412 4/13/2022
6.0.0 1,739 4/10/2022
5.4.1 9,745 1/18/2022
5.4.0 2,952 1/4/2022
5.3.1 4,892 12/2/2021
5.3.0 1,775 11/27/2021
5.2.5 8,500 9/29/2021
5.2.4 3,360 9/16/2021
5.2.3 2,700 9/1/2021
5.2.2 605 8/31/2021
5.2.1 5,617 6/29/2021
5.1.1 4,604 5/15/2021
5.1.0 1,584 5/6/2021
5.0.0 1,427 4/29/2021
4.1.0 3,663 3/18/2021
4.0.3 2,863 2/20/2021
4.0.2 1,513 2/10/2021
4.0.1 2,078 1/28/2021
4.0.0 2,272 1/13/2021
3.1.0 2,893 12/13/2020
3.0.0 3,649 11/2/2020
2.3.0 4,378 8/28/2020
2.2.0 3,079 7/15/2020
2.1.2 3,441 5/27/2020
2.1.1 932 5/25/2020
2.1.0 655 5/24/2020
2.0.1 2,526 4/23/2020
2.0.0 1,083 4/17/2020
1.0.9 3,940 2/3/2020
1.0.8 523 2/3/2020
1.0.7 780 1/31/2020
1.0.6 1,818 1/10/2020
1.0.5 713 1/9/2020
1.0.4 3,164 11/15/2019
1.0.3 1,068 11/11/2019
1.0.2 2,267 10/11/2019
1.0.1 591 10/11/2019
1.0.0 633 10/9/2019

New SQL support
* `STRING_SPLIT` function
* `metadata.alternate_key` table to query entity key metadata
* `EXCEPT` and `INTERSECT` set operators

Copilot improvements
* Improved Copilot resiliency when errors occur from OpenAI
* Show feedback when Copilot attempts to execute an invalid query
* Require more explicit permission to run queries from Copilot

User experience
* Expose multiple errors in the same query execution
* Fixed formatting queries using comments and escaped identifiers
* Improved highlighting of error lines

FetchXML compatibility improvements
* Support grouping by date columns in both UTC and local time zones
* Handle null primary key values returned by virtual entity providers
* Do not fold `DISTINCT` to queries including `audit.objectid` column
* Do not fold `DISTINCT` to queries including partylist attributes
* Do not fold `eq-userid` condition to non-lookup fields
* Improved moving filters to correct `link-entity`
* Improved folding sorts to aggregate FetchXML
* Hide virtual attributes from `solutioncomponent` entity
* Standardised use of aliases in query-defined tables
* Fixed use of `IS DISTINCT FROM` operator with cross-column comparisons

Performance improvements
* Inject dynamic filter values into FetchXML queries via nested loop

Type conversions
* Fixed converting `datetime` to numeric types
* Decimal type conversion fixes for improved T-SQL compatibility
* Improved reporting of arithmetic overflow errors
* Extended type checking for join comparisons
* Do not require explicit conversion for different decimal types
* Do not attempt to statically validate data types of variable filters