Released: Oct 1, 2020
Actualizaciones en V9.13.1107
Características
- 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.
Correcciones
Entity Developer
- Fixed bug "EntityProperty does not contain a definition for IsSpatialType", when custom template from previous versions is used, in Entity Framework Core...
Released: Sep 17, 2020
Actualizaciones en V9.13.1098
Características
- 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.
Correcciones
Released: Jul 30, 2020
Actualizaciones en V9.12.1064
Características
- Improved performance when fetching data in Direct mode.
Correcciones
- 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...
Released: Jul 16, 2020
Actualizaciones en V9.12.1054
Características
- Added support for SSH in direct mode.
Correcciones
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...
Released: Jun 17, 2020
Actualizaciones en V9.11.1034
Características
- Added support for Visual Studio 2019 version 16.7 Preview.
Correcciones
- 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...
Released: Apr 2, 2020
Actualizaciones en V9.11.980
Características
- 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...
Released: Feb 20, 2020
Actualizaciones en V9.11.951
Características
- 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...
Released: Dec 23, 2019
Actualizaciones en V9.10.909
Características
- Added support for Microsoft Visual Studio 2019 version 16.5 Preview.
Correcciones
- 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
Actualizaciones en V9.9.872
Características
- Added support for Microsoft Visual Studio 2019 version 16.4 Preview.
- Added long object name support in Oracle 12.2 and higher.
Correcciones
- Fixed bug calling overloaded stored procedures and functions.
Released: Oct 24, 2019
Actualizaciones en V9.9.867
Características
- Added support for "Optimize rendering for screens with different pixel densities" feature of Microsoft Visual Studio 2019.
Correcciones
- 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.