Released: Feb 18, 2021
V9.14.1204 버젼 업데이트
기능
- Added a new command line option /disablegac that disables adding assemblies to GAC.
Entity Developer
- Changed the behavior of Entity Developer embedded into Microsoft Visual Studio: lower versions in the Entity Framework Core version property of Model Settings are not hidden any more.
- Changed the behavior in Entity Framework Core Model: QueryType=True is now set for all classes without PK.
- Improved C# code generation: the using directives are generated instead of full namespaces in the names...
Released: Jan 14, 2021
V9.14.1180 버젼 업데이트
기능
Entity Developer
- Added new attribute DisplayName for model objects' extended properties which are available via template properties.
- Added new options --ContextNamespace and --DefaultNamespace to the Create-Model command of Console Entity Developer.
- Added new extended model property Base Context Type for specifying a parent class for the generated context in Entity Framework Core Model.
- Added new extended properties Base Type for complex types and Base Complex Type for model in Entity...
Released: Dec 17, 2020
V9.14.1160 버젼 업데이트
수정사항
- Fixed the bug with retrieving the TIMESTAMP WITH LOCAL TIME ZONE values in the TZR (time zone region) format in the Direct mode.
- Fixed the bug with throwing System.ArgumentOutOfRangeException, when OracleCommand.Prepare() has been called before and reader is reused with another query, in the Direct mode.
- Fixed the bug with throwing ORA-00918 by OracleCommand.ExecutePageReader(), when SQL query returns several columns with the same name in the case of multiple result sets/multiple tables or...
Released: Dec 3, 2020
V9.14.1150 버젼 업데이트
기능
- Microsoft Visual Studio 2019 version 16.9 Preview is now supported.
Entity Developer
- These new features are now supported in Entity Framework 5.0:
- TPT inheritance.
- Many-to-many associations.
- New types of properties: IPAddress and PhysicalAddress.
- The Model Refactoring functionality is now supported for classes in Entity Framework Core Model.
- The behavior has changed in a standalone Entity Developer: by default the Target Framework model property in Entity Framework Core Model is set to...
Released: Oct 29, 2020
V9.13.1127 버젼 업데이트
기능
Entity Framework support
- Added support for Entity Framework Core 3.1.9.
수정사항
- The bug with Microsoft Visual Studio 2019 integration, when both v16.7 RTM and v16.8 Preview are installed on the same computer has been fixed.
- The bug with connecting to Oracle Real Application Clusters (RAC) in the Direct mode has been fixed.
- The bug with missing Name and Owner properties of the OracleConnection class in Microsoft .NET Standard compliant assemblies has been fixed.
Entity Developer
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...