New build of dotConnect for PostgreSQL 7.6.729 is available!

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New build of dotConnect for PostgreSQL 7.6.729 is available!

Post by Devart » Fri 02 Sep 2016 11:17

Dear users,

New build of dotConnect for PostgreSQL 7.6.729 is available for download now.

In this version:
  • The "Join Statement Notices" connection string parameter, which determines whether all the notices, raised during the statement execution, will be returned together in one InfoMessage event after the statement execution, or each notice will be returned in a separate InfoMessage event, is added
  • The bug with failure of the public schema creation in a script created by the PgSqlDump.Backup method is fixed
  • The bug with processing errors in the "FetchAll=True" mode is fixed
  • The bug with not quoting of user variables during their dragging and dropping in a Devart PostgreSql Source component is fixed
  • The bug with data preview in the PgSqlDataTable designer when the command text was changed is fixed
Entity Framework support
  • The DatabaseFacade.GetPgSqlConnection() extension method, which returns PgSqlConnection, is implemented in EF Core
  • The bug with using the DatabaseFacade.UseTransaction() method in EF Core is fixed
  • The bug with nullable parameters in EF Core is fixed
  • The bug with throwing System.NullReferenceException when using TPH inheritance in EF Core is fixed
  • The bug with not throwing concurrency check exception on invoking DbContext.SaveChangesAsync() is fixed
Devart development team
http://www.devart.com/dotconnect/postgresql/

Locked