dotConnect for Oracle V9.14.1228

Released: Apr 1, 2021

V9.14.1228 での更新項目

機能

  • Added support for Microsoft Visual Studio 2019 version 16.10 Preview.
  • Added an additional parameter substitution mode in queries in the SSIS Data Flow Source component: substitution as is, without escaping.

不具合の修正

  • Fixed the bug with a DateTime variable in the SSIS Source component.
  • Fixed the bug with calling OracleObject.ExecuteMethod(), when OracleObject is created in application code without assigned attributes.
  • Fixed the bug with string conversion by OracleTimeStamp.ToString(), when .ToString() includes FF fractional seconds format and the database column is TIMESTAMP(0).
  • Fixed the bug with throwing AccessViolationException by OracleCommand.ExecuteScalar() in the OCI mode.
  • Fixed the ORA-01483 and ORA-03120 errors on a server with NLS_CHARACTERSET=WE8MSWIN1252 (Direct mode).