Npgsql.EntityFrameworkLegacy
2.1.2
See the version list below for details.
dotnet add package Npgsql.EntityFrameworkLegacy --version 2.1.2
NuGet\Install-Package Npgsql.EntityFrameworkLegacy -Version 2.1.2
<PackageReference Include="Npgsql.EntityFrameworkLegacy" Version="2.1.2" />
paket add Npgsql.EntityFrameworkLegacy --version 2.1.2
#r "nuget: Npgsql.EntityFrameworkLegacy, 2.1.2"
// Install Npgsql.EntityFrameworkLegacy as a Cake Addin #addin nuget:?package=Npgsql.EntityFrameworkLegacy&version=2.1.2 // Install Npgsql.EntityFrameworkLegacy as a Cake Tool #tool nuget:?package=Npgsql.EntityFrameworkLegacy&version=2.1.2
Postgresql provider for Entity Framework 5 and below
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. 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. |
-
- EntityFramework (< 6.0.0)
- Npgsql (= 2.1.2)
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 |
---|---|---|
2.2.6 | 3,115 | 8/27/2015 |
2.2.5 | 2,740 | 3/11/2015 |
2.2.4.3 | 1,400 | 2/6/2015 |
2.2.4.1 | 1,194 | 2/3/2015 |
2.2.3 | 1,757 | 11/26/2014 |
2.2.2 | 1,806 | 11/3/2014 |
2.2.1 | 1,387 | 9/24/2014 |
2.2.0 | 1,682 | 9/1/2014 |
2.2.0-rc2 | 1,100 | 8/17/2014 |
2.2.0-rc1 | 1,147 | 8/5/2014 |
2.2.0-beta1 | 1,171 | 7/23/2014 |
2.1.3 | 1,989 | 4/9/2014 |
2.1.2 | 1,559 | 3/28/2014 |
2.1.1 | 1,404 | 3/21/2014 |
2.1.0 | 1,448 | 3/19/2014 |
2.1.0-rc1 | 1,006 | 2/10/2014 |
2.1.0-beta1 | 960 | 12/26/2013 |
This version contains fixes for #165 (KeyNotFoundException when setting ApplicationName on NpgsqlConnectionStringBuilder) and a regression when using NHibernate with queries containing '<' operator. #193 (Less Than' prepare failing).
Note that version breaks support to @@ operator added by #135 . Glen Parker is working in a full solution which adds #135 support back. If you need #135 support, please, use the 2.1.1 version. Sorry for this problem.