dotConnect for Oracle Releases

Released: Oct 24, 2019

Atualizações na V9.9.867

Recursos

  • Added support for "Optimize rendering for screens with different pixel densities" feature of Microsoft Visual Studio 2019.

Correções

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

Released: Sep 13, 2019

Atualizações na V9.8.838

Recursos

  • Improved integration with Microsoft Visual Studio 2019. Now the installation detects both 2019 Release and 2019 Preview versions.

Correções

  • Fixed bug applying Oracle globalization settings for TIMESTAMP WITH LOCAL TIME ZONE.
  • Fixed bug "Unknown error 1" by OracleDataReader.GetOracleLob() in Direct mode.
  • Fixed bug using array binding in Oracle 19c in Direct mode.
  • Fixed bug using parameters of an invalid object type in Direct mode.
  • Fixed bug generating code for parameterless package...

Released: Jul 25, 2019

Atualizações na V9.7.805

Correções

  • Fixed bug throwing System.IndexOutOfRangeException when OracleParameter.Size=-1.
  • Fixed bug applying a value converter to a nullable column in EF Core 2.
  • Fixed bug using the binary operator Add for the types 'System.String' and 'System.String' within LINQ query in EF Core 2.

Released: Jun 6, 2019

Atualizações na V9.7.770

Recursos

  • 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

Atualizações na V9.7.734

Recursos

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

Released: Mar 28, 2019

Atualizações na V9.6.725

Recursos

  • 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

Atualizações na V9.6.696

Recursos

  • 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

Atualizações na V9.6.540

Recursos

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

Released: May 24, 2018

Atualizações na V9.5.520

Recursos

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

Correções

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

Released: Feb 15, 2018

Atualizações na V9.5.454

Recursos

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