dotConnect for Oracle (英語版) のリリース

Released: Jul 30, 2020

V9.12.1064 での更新項目

機能

  • Improved performance when fetching data in Direct mode.

不具合の修正

  • Fixed bug "ORA-03106: fatal two-task communication protocol error" on SELECT queries in Direct mode.
  • Fixed bug opening database connection when OS user name includes special symbols, in Direct mode.
  • Fixed bug loading Int32 value into a NUMBER column using OracleLoader via Oracle Client v19.
  • Fixed bug calling stored procedure using OracleCommand.ExecuteArray() via Oracle Client v19.5.
  • Fixed bug "Cannot convert object of type...

Released: Jul 16, 2020

V9.12.1054 での更新項目

機能

  • Added support for SSH in direct mode.

不具合の修正

Entity Developer

  • Fixed bug detecting FK relationships to tables in other schemas by Create Model Wizard and Update From Database Wizard.

LinqConnect (formerly known as LINQ to Oracle)

  • Fixed "Could not find element type in model" bug when loading XML mapping in Microsoft .NET Standard LinqConnect assemblies.
  • Fixed bug using enums via Microsoft .NET Standard compliant assemblies.

Entity Framework support

  • Fixed bug with incorrect SQL generation when...

Released: Jun 17, 2020

V9.11.1034 での更新項目

機能

  • Added support for Visual Studio 2019 version 16.7 Preview.

不具合の修正

  • Fixed bug throwing System.OverflowException by OracleCommand.ExecuteArray(), when passing a large amount of data containing empty strings, in OCI mode.
  • Fixed bug executing REVOKE statement via OracleScript in Direct mode.
  • Fixed bug opening connection in Direct mode via SSL/TLS.
  • Fixed bug throwing "ORA-03106: fatal two-task communication protocol error", when OracleCommand.InitialLobFetchSize is set to a non-zero value, in...

Released: Apr 2, 2020

V9.11.980 での更新項目

機能

  • Added new connection string parameter: SSL Key.
  • Entity Developer
    • Added command-line interface in standalone Entity Developer.
    • Added new Context Name property to Model Properties in EF Core Model.
    • Added new Target Framework property to Model Properties in EF Core Model.
    • Improved provider registration - The requirement to put provider registration entry in the config file is no longer obligatory.
    • Improved Create Model Wizard - Now allows you to install multiple NuGet packages on the final step...

Released: Feb 20, 2020

V9.11.951 での更新項目

機能

  • Added support for Microsoft SQL Server Integration Services 2019 (SSIS 2019).
  • Added support for SSL/TLS in Direct mode.
  • Added new connection string parameters SSL Cert and SSL Server CertDN.
  • Added WalletMethod and WalletLocation properties to DirectUtils class.
  • Added OracleCredential class to provide a more secure way to specify the password while opening a connection in OCI mode on Windows.
  • Added new overload OracleConnection(string connectionString, OracleCredential credential).
  • Added new...

Released: Dec 23, 2019

V9.10.909 での更新項目

機能

  • Added support for Microsoft Visual Studio 2019 version 16.5 Preview.

不具合の修正

  • Fixed bug using OracleDbType.VarChar parameter with a length greater than 1333 symbols on Oracle 12.1 with NLS_CHARACTERSET=AL32UTF8 in Direct mode.
  • Fixed bug using Toolbox component OracleDataSource in Microsoft Visual Studio 2013, 2015, 2017 and 2019 web projects.
  • Fixed bug enabling Devart DataSet Editor in Visual Studio 2017 and Visual Studio 2019.

Released: Oct 31, 2019

V9.9.872 での更新項目

機能

  • Added support for Microsoft Visual Studio 2019 version 16.4 Preview.
  • Added long object name support in Oracle 12.2 and higher.

不具合の修正

  • Fixed bug calling overloaded stored procedures and functions.

Released: Oct 24, 2019

V9.9.867 での更新項目

機能

  • Added support for "Optimize rendering for screens with different pixel densities" feature of Microsoft Visual Studio 2019.

不具合の修正

  • Fixed bug executing stored procedures or functions with Out/InOut parameter, when its type is CHAR and the parameter precision is determined by the length of a target column.

Released: Sep 13, 2019

V9.8.838 での更新項目

機能

  • Improved integration with Microsoft Visual Studio 2019. Now the installation detects both 2019 Release and 2019 Preview versions.

不具合の修正

  • Fixed bug applying Oracle globalization settings for TIMESTAMP WITH LOCAL TIME ZONE.
  • Fixed bug "Unknown error 1" by OracleDataReader.GetOracleLob() in Direct mode.
  • Fixed bug using array binding in Oracle 19c in Direct mode.
  • Fixed bug using parameters of an invalid object type in Direct mode.
  • Fixed bug generating code for parameterless package procedure by...

Released: Jul 25, 2019

V9.7.805 での更新項目

不具合の修正

  • Fixed bug throwing System.IndexOutOfRangeException when OracleParameter.Size=-1.
  • Fixed bug applying a value converter to a nullable column in EF Core 2.
  • Fixed bug using the binary operator Add for the types 'System.String' and 'System.String' within LINQ query in EF Core 2.