New build of dotConnect for Oracle 9.5.429 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.429 is available!

Post by Devart » Thu 11 Jan 2018 17:26

Dear users,

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

In this version:
  • SQL Server Data Tools (SSDT) 2017 is supported - SSIS projects only
  • The performance of reading data in the Direct mode is improved
  • The type of the Offset and Length properties of the ScriptProgressEventArgs class is changed from Int32 to Int64
  • The bug with assigning a UInt32 value larger than Int32.MaxValue to a parameter, for which DbType or OracleDbType property is not set explicitly, is fixed
  • The bug with MethodAccessException in .NET Standard 1.3 compatible assemblies when linking them to a project, targeting Full .NET Framework, is fixed
Entity Developer
  • The ModelNameAsFilesPrefix property is implemented in the RepositoryAndUnitOfWork template
  • Support for ASP.NET Core MVC is added to the MVC Controller template (Entity Framework models)
  • The code generation for async method calls in the EF Core template is improved (Entity Framework models)
  • The behaviour is changed: a base class in TPT Inheritance is allowed to be abstract now (LinqConnect models)
Entity Framework support
  • Entity Framework Core 1.1.4 is supported
  • Entity Framework Core 2.0.1 is supported
  • The bug with using bool properties in the Where() clause of LINQ query in EF Core 2 is fixed
  • The bug with the "ORA-00920: invalid relational operator" error in the WHERE clause in EF Core 2 is fixed
  • The bug with the "ORA-12704 (character set mismatch)" error EF Core is fixed
  • The bug with Oracle function-based index when using Scaffold-DbContext in EF Core is fixed
  • The bug with incorrect result set when using both Skip() and Take() in EF Core LINQ query is fixed
  • The bug with omitting semi-colons between statements generated by Script-Migration in EF Core is fixed
  • The bug with ignoring the maxLength, precision, scale property settings by update-database in EF Core is fixed
  • The bug with using enumerations in EF Core model is fixed
  • The bug with LIKE (.StartsWith/.Contains./EndsWith) is fixed
  • The bug with case-insensitive comparison is fixed
Devart development team
http://www.devart.com/dotconnect/oracle/

Locked