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

Post by Devart » Thu 30 Aug 2018 17:05

Dear users,

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

In this version:
  • The returning of the actual number of records, processed by the ExecuteArray and ExecuteNonQuery methods is supported in the Direct mode for a MERGE query
  • The bug with throwing "ORA-02089: COMMIT is not allowed in a subordinate session" when working with distributed transactions in the OCI mode via .NET Standard 2 assemblies is fixed
  • The bug with describing synonym of a stored procedure in OracleCommand with CommandType.StoredProcedure is fixed
  • The bug with OracleObject having the ANYDATA attribute is fixed
Entity Developer
  • The bug with setting password as clear text in connection string when "Persist Security Info=False;" is fixed
  • The bug with creating and opening the model in .NET Core project after VS 2017 upgrade to v15.8 is fixed (Entity Framework, LinqConnect)
Entity Framework support
  • Entity Framework Core 2.1.2 is supported
  • The misleading "The current provider does not support ambient transactions." warning, generated by TransactionScope in EF Core 2.1, is disabled
  • The bug with the DropPrimaryKey operation, when the schema name of a table is set via a separate Schema parameter, in EF Core Code-First Migrations is fixed
  • The bug with using Scaffold-DbContext against multicolumn PK, FK, IX, UX in EF Core 2 is fixed
  • The bug with using collections with more than 1000 items in a .Contains() method in EF Core 2 is fixed
  • The bug with missing projected column in the result SQL query generated by EF Core 2.1 provider is fixed
  • The bug with using non-initialized nullable properties in data seeding in Code-First Migrations in EF Core 2 is fixed
Devart development team
http://www.devart.com/dotconnect/oracle/

Locked