Page 1 of 1

New build of dotConnect for Oracle 9.6.646 is available!

Posted: Thu 29 Nov 2018 12:19
by Devart
Dear users,

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

In this version:
  • Implicit statement results are supported for Oracle 12c in the Direct mode
  • Returning of affected row count for each array element when using array binding in the Direct mode for Oracle 12c is supported
  • The implementation of OracleCommand.CommandTimeout in the Direct mode is improved: now the provider sends Break to Oracle Server instead of closing TCP/IP socket
  • The list of supported cryptographic algorithms, that are available in the Direct mode, is extended in .NET Standard 2 compliant assemblies
  • The behaviour is improved: now the ORA-01013 error is generated instead of ORA-03113 after command timeout is reached in the Direct mode
  • The bug with not working OracleDataTable RefreshRowMode values except the default None value when a column has an alias is fixed
  • The bug with not working command timeout for some long running queries with user-defined functions in the OCI mode is fixed
  • The bug with reading INTERVAL DAY TO SECOND value via out parameters, created by OracleCommandBuilder for OracleDataTable, incorrectly, without taking into account the actual precision of hours and seconds, is fixed
  • The bug with generating SQL by Roles.AddUserToRole in ASP.NET 2.0 is fixed
LinqConnect (formerly known as LINQ to Oracle)
  • The bug with throwing "Operation could destabilize the runtime." during materialization of result set, when query includes a cast to the base unmapped class, is fixed
Entity Developer
  • The new Generate GeneratedCode Attributes option (by default, False) is added to the DbContext template in EF4/EF5/EF6 and the EF Core template
  • The new Generate Dummy Comments option (by default, False) is added to the DbContext template in EF4/EF5/EF6
  • The code formatting is fixed in the DbContext template in EF4/EF5/EF6 and the EF Core template
  • The code generation of a default value for the String property mapped to the column with a default value, that contains a unicode literal with N-prefix, is supported in EF and EF Core
  • The code generation of DateTime.UtcNow for the DateTime property mapped to the column with the default value SYS_EXTRACT_UTC(CURRENT_TIMESTAMP) or SYS_EXTRACT_UTC(SYSTIMESTAMP) is supported in EF and EF Core
  • The code generation of DateTimeOffset.UtcNow for the DateTimeOffset property mapped to the column with the default value SYS_EXTRACT_UTC(CURRENT_TIMESTAMP) or SYS_EXTRACT_UTC(SYSTIMESTAMP) is supported in EF and EF Core
  • The bug with generating fluent mapping for the TPC inheritance by VB.NET version of DbContext template in EF4/EF5/EF6 is fixed
Entity Framework support
  • The bug with quoting the table alias, that includes an invalid character, in the SQL query generated by EF Core is fixed
  • The bug with generating a subquery within the IN clause in EF Core 2 is fixed
  • The bug with generating a subselect within the CASE clause in EF Core 2 is fixed
  • The bug with comparing columns, that use a value converter, to parameters and constants in EF Core 2 is fixed
  • The bug with throwing "ORA-00936: missing expression" in EF Core is fixed
  • The bug with using parentheses in binary expressions in EF Core is fixed
  • The bug with loading both Devart.Data.Oracle.Entity.EF4.dll and Devart.Data.Oracle.Entity.EF5.dll in the process of EF4 application is fixed
Devart development team
http://www.devart.com/dotconnect/oracle/