Page 1 of 1

New features in the Entity Framework support!

Posted: Fri 02 Sep 2016 11:33
by Devart
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