New build of dotConnect for Oracle 9.5.399 is available!

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

New build of dotConnect for Oracle 9.5.399 is available!

Post by Devart » Fri 24 Nov 2017 05:22

Dear users,

New build of dotConnect for Oracle 9.5.399 is available for download now.

In this version:
  • The CancelEditRowIfUpdateFailed property, determining whether to call CancelEdit for the row after update of the row is failed when data binding is used, is added to OracleDataTable
  • The bug with getting information about parameters for stored procedures with long names via OracleCommandBuilder.DeriveParameters for Oracle 12c R2 is fixed
LinqConnect (formerly known as LINQ to Oracle)
  • The performance of generating complex queries is improved
  • The bug with exceeding a length of duplicated column aliases in the generated SQL is fixed
Entity Developer
  • The new "Detect function-based column default value" option is implemented in Model Settings of EF Core model
  • The code generation for async method calls is added to the EF Core template
  • The usage of long identifiers (up to 140 symbols) for naming model objects is supported
Entity Framework support
  • Entity Framework 6.2 is supported
  • The SQL generation for subselects, when using Distinct(), in EF1/EF4/EF5/EF6 is optimized
  • The Code-First Migrations functionality in EF Core is improved:
    • the operations InsertData / UpdateData / DeleteData (introduced in EF Core 2), AlterSequence are supported
  • The bug with using UseOracle(DbConnection) extension method of DbContextOptionsBuilder in EF Core is fixed
  • The bug with Database.ExecuteSqlCommand(), when the second parameter passed is a collection of the OracleParameter objects, in EF Core is fixed
  • The bug with generating SQL aliases in EF Core 2 is fixed
  • The bug with using collections in a .Contains() method in EF Core 2 is fixed
  • The bug with JOIN conditions in SQL generated from LINQ query in EF1/EF4/EF5/EF6 is fixed
  • The bug with using multiple .Include() in EF Core 2 is fixed
  • The bug with processing conditions in LINQ queries with joins in EF Core is fixed
Devart development team
http://www.devart.com/dotconnect/oracle/

Locked