dotConnect for Oracle 9.4.280

Released: May 25, 2017

V9.4.280 での更新項目

機能

  • Support for .NET Core.
  • NuGet packages with .NET Standard 1.3 (.NET Core) compliant assemblies are now available.
  • Added default Fetch Size connection string parameter, which specifies the number of rows that will be transferred across the network at a time.
  • Added the possibility to assign a value of the DateTimeOffset type to OracleParameter.Value.

不具合の修正

  • Fixed bug with the "ORA-01017" error when connecting to an Oracle user account with PASSWORD_VERSIONS equal to 10g only in the Direct mode.
  • Fixed bug with setting an InputOutput parameter to DBNull.Value instead of preserving its previous value if its value is not changed in the command in the Direct mode.
  • Fixed bug with incorrect behaviour of method OracleIntervalYM.Parse() when leading characters of the year part were ignored for some values.
  • Fixed bug in OracleCommandBuilder.RefreshingFields with handling of quoted column names.
  • Fixed bug with previewing a DataSet.
  • Fixed bug with AccessViolationException when FetchSize is specified explicitly for a command and records of the result set have large size, and thus, too large prefetch buffer is required.
  • Fixed bug with OracleDataReader, returning null values for Object, Array, Table, Xml, AnyData columns instead of returning an empty value of the corresponding type in the Direct mode.