dotConnect for Oracle V9.6.725

Released: Mar 28, 2019

V9.6.725 中的更新

特性

  • Support for Visual Studio 2019 Release Candidate 4.
  • The IDbColumnSchemaGenerator interface and the OracleDataReader.GetColumnSchema() method implemented in .NET Standard provider assemblies.
  • The returning of actual number of records, processed by the ExecuteArray and ExecuteNonQuery methods is now supported in the Direct mode for a MERGE query.
  • Supoprt for more detailed error text about unsupported data type when working with parameters and when loading data via the OracleLoader class.
  • Implicit statement results are supported for Oracle 12c in the Direct mode.
  • Support for returning affected row count for each array element when using array binding in the Direct mode for Oracle 12c.
  • ChangePassword functionality is supported for Oracle 12c in the Direct mode.
  • The GetOracleTimeStamp, GetDateTimeOffset, and GetTimeSpan methods added to OracleArrayDataReader.
  • 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.
  • Establishing a connection in the Direct mode when the Server connection parameter contains DESCRIPTION_LIST is improved.
  • Now the ORA-01013 error is generated instead of ORA-03113 after command timeout is reached in the Direct mode.