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

Post by Devart » Fri 10 Aug 2018 07:34

Dear users,

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

In this version:

Entity Framework support
  • The new static method SetDefault is added to the EntitySpatialServices class in EF5/EF6
  • The performance in case of the CROSS APPLY/OUTER APPLY operations is improved: only one database query is sent to the server now instead of many SELECTs with executing part of operations locally
  • The behavior is changed: the default value of config.QueryOptions.UseCSharpNullComparisonBehavior is true now in EF Core
  • The bug with the IS NULL clause in SELECT projection in EF Core is fixed
  • The bug with quoting a stored function name, when the FunctionName argument of the DbFunction attribute includes package and/or schema names, in EF Core 2 is fixed
  • The bug with using the RenameIndex operation, when index name exceeds a max length allowed by the server and has to be transformed to a shorter name, in EF Core Code-First Migrations is fixed
  • The bug with incorrect generation of shortened PK/FK/IX/UX names in EF Core when using .NET Standard provider assemblies is fixed
  • The bug with using ORDER BY to sort by constant or parameter instead of column in EF Core is fixed
  • The bug with SQL generation for comparing column with parameter in EF Core 2 is fixed

Devart development team
http://www.devart.com/dotconnect/oracle/

Locked