Rezoom.SQL.Provider
0.7.0.36923
See the version list below for details.
dotnet add package Rezoom.SQL.Provider --version 0.7.0.36923
NuGet\Install-Package Rezoom.SQL.Provider -Version 0.7.0.36923
<PackageReference Include="Rezoom.SQL.Provider" Version="0.7.0.36923" />
paket add Rezoom.SQL.Provider --version 0.7.0.36923
#r "nuget: Rezoom.SQL.Provider, 0.7.0.36923"
// Install Rezoom.SQL.Provider as a Cake Addin #addin nuget:?package=Rezoom.SQL.Provider&version=0.7.0.36923 // Install Rezoom.SQL.Provider as a Cake Tool #tool nuget:?package=Rezoom.SQL.Provider&version=0.7.0.36923
Implements an F# type provider for SQL statements.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. 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. |
-
- FParsec-Pipes (>= 0.4.0)
- LicenseToCIL (>= 0.3.0)
- Rezoom (>= 0.4.2)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Rezoom.SQL.Provider:
Package | Downloads |
---|---|
Rezoom.SQL.Provider.SQLite
Adds config for using Rezoom.SQL.Provider with SQLite. |
|
Rezoom.SQL.Provider.TSQL
Adds config for using Rezoom.SQL.Provider with MS SQL Server. |
|
Rezoom.SQL.Provider.Postgres
Adds config for using Rezoom.SQL.Provider with PostgreSQL. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.7.2.40976 | 4,468 | 7/3/2018 |
0.7.1.10316 | 1,431 | 5/8/2018 |
0.7.0.36923 | 1,956 | 12/1/2017 |
0.6.2.41728 | 1,143 | 8/11/2017 |
0.6.1.22661 | 1,733 | 7/30/2017 |
0.6.0.35237 | 1,026 | 7/29/2017 |
0.5.2.2716 | 1,058 | 7/19/2017 |
0.5.1.2675 | 1,392 | 6/21/2017 |
0.5.0.42555 | 998 | 5/12/2017 |
0.4.7.39338 | 1,063 | 5/3/2017 |
0.4.6.37120 | 1,084 | 4/6/2017 |
0.4.5.36481 | 1,064 | 4/6/2017 |
0.4.4.2148 | 1,062 | 4/5/2017 |
0.4.3.479 | 1,088 | 4/5/2017 |
0.4.2.1810 | 1,035 | 4/4/2017 |
0.4.1.38942 | 1,075 | 4/3/2017 |
0.4.0.37849 | 1,113 | 4/2/2017 |
0.3.3.37116 | 1,162 | 3/27/2017 |
0.3.2.350 | 1,118 | 3/24/2017 |
0.3.1.2726 | 1,434 | 3/22/2017 |
0.3.0 | 2,564 | 3/22/2017 |
0.2.0 | 1,407 | 3/19/2017 |
0.1.2 | 1,486 | 3/16/2017 |
0.1.1 | 1,242 | 3/15/2017 |
0.1.0 | 1,084 | 3/12/2017 |
Fix MANY(...) navigation properties failing on left joins with no children.
Fix missing warning for ambiguous column names created by wildcard expansion (select *).
Fix typechecker errors encountered in migration files not including the filename in the exception message.
Fix batching commands running over the 2100 parameter limit on SQL server.
Disallow joins without explicit ON clauses (can still use ON TRUE).