New features in the Entity Framework support!

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New features in the Entity Framework support!

Post by Devart » Fri 02 Sep 2016 11:33

Dear users,

We are glad to announce the new features that are available in the Entity Framework support in the latest version:
  • The DatabaseFacade.GetMySqlConnection() extension method, which returns MySqlConnection, is implemented in EF Core (MySQL)
  • The DatabaseFacade.GetOracleConnection() extension method, which returns OracleConnection, is implemented in EF Core (Oracle)
  • The DatabaseFacade.GetPgSqlConnection() extension method, which returns PgSqlConnection, is implemented in EF Core (PostgreSQL)
  • The DatabaseFacade.GetSQLiteConnection() extension method, which returns SQLiteConnection, is implemented in EF Core (SQLite)
  • The DatabaseFacade.GetDB2Connection() extension method, which returns DB2Connection, is implemented in EF Core (DB2)
  • The DatabaseFacade.GetSalesforceConnection() extension method, which returns SalesforceConnection, is implemented in EF Core (Salesforce)
  • 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
  • The bug with calling the function without IN parameters is fixed (MySQL)
Devart development team
http://www.devart.com/dotconnect/entityframework.html

Locked