Npgsql.EntityFramework
2.1.2
See the version list below for details.
dotnet add package Npgsql.EntityFramework --version 2.1.2
NuGet\Install-Package Npgsql.EntityFramework -Version 2.1.2
<PackageReference Include="Npgsql.EntityFramework" Version="2.1.2" />
paket add Npgsql.EntityFramework --version 2.1.2
#r "nuget: Npgsql.EntityFramework, 2.1.2"
// Install Npgsql.EntityFramework as a Cake Addin #addin nuget:?package=Npgsql.EntityFramework&version=2.1.2 // Install Npgsql.EntityFramework as a Cake Tool #tool nuget:?package=Npgsql.EntityFramework&version=2.1.2
Postgresql provider for Entity Framework 6 and above
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | 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 (1)
Showing the top 1 NuGet packages that depend on Npgsql.EntityFramework:
Package | Downloads |
---|---|
FastLifePublicData
removed / stopped releasing this, moved to internal repo |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.2.7 | 245,399 | 9/18/2015 | |
2.2.6 | 11,150 | 8/27/2015 | |
2.2.5 | 44,476 | 3/11/2015 | |
2.2.4.3 | 11,405 | 2/6/2015 | |
2.2.4.1 | 2,401 | 2/3/2015 | |
2.2.3 | 15,262 | 11/26/2014 | |
2.2.2 | 25,231 | 11/3/2014 | |
2.2.1 | 5,005 | 9/24/2014 | |
2.2.0 | 4,462 | 9/1/2014 | |
2.2.0-rc2 | 2,304 | 8/17/2014 | |
2.2.0-rc1 | 1,821 | 8/5/2014 | |
2.2.0-beta1 | 1,786 | 7/23/2014 | |
2.1.3 | 5,878 | 4/9/2014 | |
2.1.2 | 2,647 | 3/28/2014 | |
2.1.1 | 2,439 | 3/21/2014 | |
2.1.0 | 2,766 | 3/19/2014 | |
2.1.0-rc1 | 1,819 | 2/10/2014 | |
2.1.0-beta1 | 2,095 | 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.