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

Post by Devart » Fri 30 Mar 2018 13:52

Dear users,

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

In this version:
  • Sending AUTH_TERMINAL, AUTH_PROGRAM_NM, AUTH_MACHINE, and AUTH_SID information in the Direct mode for .NET Core 2.0 applications is supported
  • RAC connection in the Direct mode is improved
  • The behavior is changed: the License Key connection string parameter value is not sent to the dbMonitor instance when "Persist Security Info=false;"
  • The bug with changing a type of a command parameter and re-executing the command in the Direct mode is fixed
  • The bug with loading LOB data with length greater than 32767 via OracleLoader in the Direct Path Load mode is fixed
  • The bug with executing the GRANT statement in the Direct mode is fixed
  • The bug with throwing the "IDE not supported" exception by DataSet Manager in Visual Studio 2017 of versions 15.6.* is fixed
  • The bug with reading strings with a zero length by OracleDataReader in the Direct mode is fixed
LinqConnect (formerly known as LINQ to Oracle)
  • The XmlMappingSource.FromResource method is supported in .NET Standard provider assemblies
  • The behavior is changed: all existing overloads of the method DataContext.Query() are replaced with DataContext.Query(String,params Object[])
  • The behavior is changed: the License Key connection string parameter value is not sent to the LinqMonitor instance when "Persist Security Info=false;"
Entity Developer
  • The new SQL Type, Size, Precision, Scale options are added to the Parameters tab in Method Editor of EF Core Model (Entity Framework models)
  • The process of synchronizing methods and parameters with database stored procedures in EF Core Model is improved (Entity Framework models)
  • The bug with adding entry to appsettings.json, when "Use the following connection string from App.Config" and "Rewrite connection string during regeneration" in Model Settings are turned on, is fixed (Entity Framework models)
  • The bug with throwing the "Multiple constructors accepting all given argument types have been found in type '...'. There should only be one applicable constructor." error by the code generated with the MVC Controller template in ASP.NET Core Web Application is fixed (Entity Framework models)
  • The bug with missing DataMember attribute on the Many end of an association, when using the EF Core template with "Generate Data Contracts=True", is fixed (Entity Framework models)
  • The bug with the Retrieve Data functionality on the base class of TPH inheritance is fixed
  • The bug with the Find Next functionality of T4 Editor embedded into Visual Studio is fixed
  • The bug with throwing the "IDE not supported" exception by Entity Developer in Visual Studio 2017 of versions 15.6.* is fixed
Entity Framework support
  • Entity Framework Core 2.0.2 is supported
  • The new overload of the OracleJsonFunctions.ValueAs... methods is added for turning off generation of the RETURNING clause
  • The bug with missing aliases in SQL generated by EF Core 2 engine for Oracle 12.1 is fixed
  • The bug with throwing the "Index was outside the bounds of the array." error in EF Core 2 is fixed
Devart development team
http://www.devart.com/dotconnect/oracle/

Locked