dotConnect for Oracle 新版本发表

Released: Oct 1, 2020

V9.13.1107 中的更新

特性

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

Entity Developer

  • Improved support for Entity Framework Core 3 spatial data types: In addition to Geometry and Geography, specific .NET NetTopologySuite types like GeographyPoint, GeographyLine are now available property types.

修补程序

Entity Developer

  • Fixed bug "EntityProperty does not contain a definition for IsSpatialType", when custom template from previous versions is used, in Entity Framework Core Model.
  • Fixed bug applying...

Released: Sep 17, 2020

V9.13.1098 中的更新

特性

  • Added new DescribeStoredProcedure property to the OracleConnection class.
  • Added SendCallStack property to the Devart.Common.DbMonitor class which lets you turn off any CallStack logging that uses a high amount of resources.
  • Added Filter property to the Devart.Common.DbMonitor class which lets you choose which events to log.
  • Improved Devart.Common.DbMonitor class: now DateTime parameter values sent to the dbMonitor tool are supplemented with milliseconds.

修补程序

  • Fixed a bug with updating...

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 'Devart...

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 Direct...

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.