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

Released: Jul 8, 2021

V9.14.1298 での更新項目

機能

  • Added support for Microsoft Visual Studio 2019 version 16.11 Preview 2.0.

Released: Jun 3, 2021

V9.14.1273 での更新項目

不具合の修正

  • Fixed the bug with ORA-03106 error in the Direct mode.

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

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

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

  • The bug with...

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

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