MarkMpn.Sql4Cds.Engine 2.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MarkMpn.Sql4Cds.Engine --version 2.3.0
NuGet\Install-Package MarkMpn.Sql4Cds.Engine -Version 2.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.Engine" Version="2.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MarkMpn.Sql4Cds.Engine --version 2.3.0
#r "nuget: MarkMpn.Sql4Cds.Engine, 2.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.Engine as a Cake Addin
#addin nuget:?package=MarkMpn.Sql4Cds.Engine&version=2.3.0

// Install MarkMpn.Sql4Cds.Engine as a Cake Tool
#tool nuget:?package=MarkMpn.Sql4Cds.Engine&version=2.3.0

Convert SQL queries to FetchXml and execute them against CDS

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  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
8.0.0 726 11/25/2023
7.6.1 835 10/16/2023
7.6.0 685 9/30/2023
7.5.2 152 9/17/2023
7.5.1 141 9/11/2023
7.5.0 162 9/4/2023
7.4.0 558 8/7/2023
7.3.0 451 6/12/2023
7.2.2 718 5/2/2023
7.2.1 150 4/30/2023
7.1.0 504 1/31/2023
7.0.3 632 10/11/2022
7.0.2 425 10/2/2022
7.0.1 421 9/28/2022
7.0.0 431 9/21/2022
6.4.0 526 7/28/2022
6.3.0 433 6/28/2022
6.2.1 438 5/26/2022
6.2.0 434 5/18/2022
6.1.0 442 5/11/2022
6.0.1 500 4/13/2022
6.0.0 478 4/10/2022
5.4.1 518 1/18/2022
5.4.0 313 1/4/2022
5.3.1 302 12/2/2021
5.3.0 304 11/27/2021
5.2.5 362 9/29/2021
5.2.4 330 9/16/2021
5.2.3 319 9/1/2021
5.2.2 323 8/31/2021
5.2.1 390 6/29/2021
5.1.1 367 5/15/2021
5.1.0 356 5/6/2021
5.0.0 367 4/29/2021
4.1.0 357 3/18/2021
4.0.3 340 2/20/2021
4.0.2 349 2/10/2021
4.0.1 354 1/28/2021
4.0.0 374 1/13/2021
3.1.0 497 12/13/2020
3.0.0 436 11/2/2020
2.3.0 441 8/28/2020
2.2.0 455 7/15/2020
2.1.0 550 5/24/2020
2.0.1 451 4/23/2020
2.0.0 500 4/17/2020
1.0.7 616 1/31/2020

Improved error reporting
Improved SQL compatibility
Added GETDATE and similar date functions
Added REPLACE function
Handle more SQL expressions in FetchXML
Improved FetchXML to SQL conversion