efcore.pg

Entity Framework Core provider for PostgreSQL

POSTGRESQL License

Stars
1.5K
Committers
57

Bot releases are hidden (Show)

efcore.pg - Release v2.2.0-preview1

Published by roji about 6 years ago

This is the first 2.2.0 preview release of the Npgsql EF Core provider.

efcore.pg - Release 2.1.2

Published by roji about 6 years ago

This release depends on EF Core 2.1.2, and fixes some Npgsql-specific bugs.

The list of changes is available here.

efcore.pg - Release 2.1.1.1

Published by roji over 6 years ago

This release fixed the assembly strong naming problem in 2.1.1 and also includes some bug fixes. It's recommended that everyone upgrade.

The list of changes is available here.

efcore.pg - Release 2.1.1

Published by roji over 6 years ago

This release contains some important fixes for bugs found since the 2.1.0 release. It's recommended that everyone upgrade.

The list of changes is available here.

efcore.pg - Release 2.1.0

Published by roji over 6 years ago

The full release notes can be found here.

efcore.pg - Release 2.0.2

Published by roji over 6 years ago

This release fixes several bugs in the 2.0 line, everyone is encouraged to upgrade.

The list of bugs fixed can be found here.

efcore.pg - Release 2.0.0

Published by roji about 7 years ago

The full release notes can be found here.

efcore.pg - Release 1.1.1

Published by roji about 7 years ago

Version 1.1.1 of the Npgsql Entity Framework Core provider has been released and is available on nuget. This long-overdue release contains some bug fixes, everyone is encouraged to upgrade.

Here's the full list of issues.

efcore.pg - Release 1.1.0

Published by roji almost 8 years ago

Version 1.1.0 of the Npgsql Entity Framework Core provider has been released and is available on nuget. This version works with the recently released 1.1.0 of Entity Framework Core, and contains some new Npgsql features as well. Note that if you're using the command-line tools, you'll have to modify your tools section as described in the EF Core release post:

"tools": {
  "Microsoft.EntityFrameworkCore.Tools.DotNet": "1.0.0-preview4"
},

New Features

Aside from general EF Core features, version 1.1.0 of the Npgsql provider contains the following:

  • Hilo key generation (#5). This can be a much more efficient way to generate autoincrement key values.
  • PostgreSQL array mapping (#15). This allows you to have plain CLR arrays on your entities, and have those arrays mapped to native PostgreSQL array columns.
  • Optimistic concurrency with PostgreSQL's xmin column (#19). Simply specify .UseXminAsConcurrencyToken() on an entity to start using this, see the EF docs for more details.
  • Cleanup of how serial (autoincrement) and generated GUID/UUID columns are managed.

Here's the full list of issues.

Note that this release includes some breaking changes: please see the migration notes. Please report any problems to https://github.com/npgsql/Npgsql.EntityFrameworkCore.PostgreSQL.

efcore.pg - Release 1.0.2

Published by roji about 8 years ago

efcore.pg - Release 1.0.1

Published by roji about 8 years ago

efcore.pg - Release 1.0.0

Published by roji over 8 years ago