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

Released: Jun 6, 2019

V9.7.770 での更新項目

機能

  • Added support for Entity Framework Core 2.2.4.
  • Deprecated design-time Synchronous API calls are no longer used with Visual Studio 2019 and Visual Studio 2017.

Released: Apr 11, 2019

V9.7.734 での更新項目

機能

  • Adds support for Visual Studio 2019.
  • Adds OS authentication in Direct mode.

Released: Mar 28, 2019

V9.6.725 での更新項目

機能

  • Support for Visual Studio 2019 Release Candidate 4.
  • The IDbColumnSchemaGenerator interface and the OracleDataReader.GetColumnSchema() method implemented in .NET Standard provider assemblies.
  • The returning of actual number of records, processed by the ExecuteArray and ExecuteNonQuery methods is now supported in the Direct mode for a MERGE query.
  • Supoprt for more detailed error text about unsupported data type when working with parameters and when loading data via the OracleLoader class...

Released: Feb 14, 2019

V9.6.696 での更新項目

機能

  • Added support for ChangePassword functionality in Oracle 12c Direct mode.
  • Added support for the translation of single-char literals into SQL statements in the Entity Framework Core.

Released: Jun 21, 2018

V9.6.540 での更新項目

機能

Entity Developer

  • Support for Entity Framework Core 2.1.
    • Query type support: classes now have Query Type property, and if it is set to true, this class is generated as a query type.
    • Lazy loading for Entity Framework Core 2.1:
      • Model now has the Use Lazy-Loading Proxies property, which enables lazy loading on the model level.
      • Navigation properties now have the Lazy property, which enables lazy loading for a specific navigation property.
    • Properties now have the Constructor Parameter property, for...

Released: May 24, 2018

V9.5.520 での更新項目

機能

  • Generate idempotent scripts in Entity Framework Core 2 Code-First Migrations.
  • The Entity Framework Core Code-First Migrations script now checks for the existence of the MigrationHistory table.
  • Get the total number of records, processed by the ExecuteArray and ExecuteNonQuery methods, from MERGE queries in OCI mode.
  • Added destructor to DataContext class.
  • Added support for Entity Framework Core 1.1.5 and 2.0.3.

不具合の修正

  • Fixed bug "ORA-00920: invalid relational operator" error in the WHERE clause...

Released: Feb 15, 2018

V9.5.454 での更新項目

機能

  • Entity Framework support
    • New OracleJsonFunctions.ValueAs methods added for reading nonstring values returned by the JSON_VALUE Oracle function.
    • The config.CodeFirstOptions.UseDateTimeAsDate option is now supported in the Entity Framework Core.
    • Behavior changed: by default System.String is mapped to NVARCHAR2(2000) in Entity Framework Code-First when config.CodeFirstOptions.UseNonLobStrings=true.
    • Behavior changed: the MoveTable operation is now ignored if "config.Workarounds.IgnoreSchemaName...

Released: Oct 30, 2017

V9.5.381 での更新項目

機能

  • Added .NET Standard 2.0 compatible assemblies are added to the Devart.Data and Devart.Data.Oracle NuGet packages:
    • Support for distributed transactions.
    • Implemented OracleDataAdapter and OracleCommandBuilder.
    • Implemented OracleConnection.GetSchema() and OracleDataReader.GetSchemaTable() methods for metadata retrieving.
    • Implemented OracleDataSourceEnumerator class.
    • Details property added to OracleNotificationEventArgs class.
    • Component classes in the .NET Standard 2.0 assemblies implement...

Released: May 25, 2017

V9.4.280 での更新項目

機能

  • Support for .NET Core.
  • NuGet packages with .NET Standard 1.3 (.NET Core) compliant assemblies are now available.
  • Added default Fetch Size connection string parameter, which specifies the number of rows that will be transferred across the network at a time.
  • Added the possibility to assign a value of the DateTimeOffset type to OracleParameter.Value.

不具合の修正

  • Fixed bug with the "ORA-01017" error when connecting to an Oracle user account with PASSWORD_VERSIONS equal to 10g only in the Direct mode...

Released: Mar 2, 2017

V9.2.220 での更新項目

機能

  • Adds support for Visual Studio 2017.
  • Adds Oracle 12c authentication in Direct mode.
  • Optimized resource usage when working with failover functionality in OCI mode.

不具合の修正

  • Fixed bug in Oracle Lookup component with parameter names in generated conditions.
  • Fixed "Stack empty" error after stopping validation and before code generation in a standalone version.
  • Fixed bug with the "Validate on Build" option in Model Settings.
  • Fixed compilation bug in the EF Core template after copying it to a model...