MarkMpn.SQL4CDS
6.3.0
See the version list below for details.
dotnet add package MarkMpn.SQL4CDS --version 6.3.0
NuGet\Install-Package MarkMpn.SQL4CDS -Version 6.3.0
<PackageReference Include="MarkMpn.SQL4CDS" Version="6.3.0" />
paket add MarkMpn.SQL4CDS --version 6.3.0
#r "nuget: MarkMpn.SQL4CDS, 6.3.0"
// Install MarkMpn.SQL4CDS as a Cake Addin #addin nuget:?package=MarkMpn.SQL4CDS&version=6.3.0 // Install MarkMpn.SQL4CDS as a Cake Tool #tool nuget:?package=MarkMpn.SQL4CDS&version=6.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.
Using the preview TDS Endpoint, SELECT queries can also be run that aren't convertible to FetchXML.
Product | Versions 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. |
-
- XrmToolBox (>= 1.2022.4.55)
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.5.1 | 8,490 | 12/12/2024 |
9.5.0 | 1,974 | 12/10/2024 |
9.4.1 | 8,480 | 11/10/2024 |
9.4.0 | 2,184 | 11/5/2024 |
9.3.0 | 16,040 | 8/27/2024 |
9.2.0 | 9,453 | 7/12/2024 |
9.1.0 | 8,301 | 6/10/2024 |
9.0.1 | 7,851 | 5/8/2024 |
9.0.0 | 1,993 | 5/2/2024 |
8.0.0 | 20,827 | 11/25/2023 |
7.6.1 | 9,325 | 10/16/2023 |
7.6.0 | 4,841 | 9/30/2023 |
7.5.2 | 4,242 | 9/17/2023 |
7.5.1 | 586 | 9/11/2023 |
7.5.0 | 4,103 | 9/4/2023 |
7.4.0 | 7,504 | 8/7/2023 |
7.3.0 | 11,251 | 6/12/2023 |
7.2.2 | 2,822 | 5/2/2023 |
7.2.1 | 305 | 4/30/2023 |
7.1.0 | 17,218 | 1/31/2023 |
7.0.3 | 13,530 | 10/11/2022 |
7.0.2 | 3,047 | 10/2/2022 |
7.0.1 | 476 | 9/28/2022 |
7.0.0 | 3,268 | 9/21/2022 |
6.4.0 | 8,547 | 7/28/2022 |
6.3.0 | 5,736 | 6/28/2022 |
6.2.1 | 5,506 | 5/26/2022 |
6.2.0 | 2,596 | 5/18/2022 |
6.1.0 | 2,380 | 5/11/2022 |
6.0.1 | 6,426 | 4/13/2022 |
6.0.0 | 1,752 | 4/10/2022 |
5.4.1 | 9,758 | 1/18/2022 |
5.4.0 | 2,965 | 1/4/2022 |
5.3.1 | 4,905 | 12/2/2021 |
5.3.0 | 1,787 | 11/27/2021 |
5.2.5 | 8,512 | 9/29/2021 |
5.2.4 | 3,372 | 9/16/2021 |
5.2.3 | 2,712 | 9/1/2021 |
5.2.2 | 618 | 8/31/2021 |
5.2.1 | 5,629 | 6/29/2021 |
5.1.1 | 4,618 | 5/15/2021 |
5.1.0 | 1,598 | 5/6/2021 |
5.0.0 | 1,439 | 4/29/2021 |
4.1.0 | 3,676 | 3/18/2021 |
4.0.3 | 2,877 | 2/20/2021 |
4.0.2 | 1,525 | 2/10/2021 |
4.0.1 | 2,090 | 1/28/2021 |
4.0.0 | 2,284 | 1/13/2021 |
3.1.0 | 2,908 | 12/13/2020 |
3.0.0 | 3,663 | 11/2/2020 |
2.3.0 | 4,391 | 8/28/2020 |
2.2.0 | 3,091 | 7/15/2020 |
2.1.2 | 3,453 | 5/27/2020 |
2.1.1 | 946 | 5/25/2020 |
2.1.0 | 669 | 5/24/2020 |
2.0.1 | 2,540 | 4/23/2020 |
2.0.0 | 1,096 | 4/17/2020 |
1.0.9 | 3,952 | 2/3/2020 |
1.0.8 | 535 | 2/3/2020 |
1.0.7 | 793 | 1/31/2020 |
1.0.6 | 1,833 | 1/10/2020 |
1.0.5 | 725 | 1/9/2020 |
1.0.4 | 3,177 | 11/15/2019 |
1.0.3 | 1,080 | 11/11/2019 |
1.0.2 | 2,279 | 10/11/2019 |
1.0.1 | 603 | 10/11/2019 |
1.0.0 | 647 | 10/9/2019 |
Fixed UPDATE queries where column to be updated is also in the WHERE clause
Simplified the filters in the generated FetchXML to make them easier to read
Improved automatic FetchXML page size calculations
Validate query hints and remove SQL 4 CDS-specific hints from TDS Endpoint queries
Allow parallel DML queries for Client Secret and Certificate authenticated connections
Improved support for multi-table queries in intellisense and query folding
Improved performance folding queries with many joins
Automatically use bulk delete to delete audit records
Fixed inserting records in many-to-many intersect tables