New build of dotConnect for Oracle 8.3.125 is available!

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New build of dotConnect for Oracle 8.3.125 is available!

Post by Devart » Thu 27 Mar 2014 13:48

Dear users,

New build of dotConnect for Oracle 8.3.125 is available for download now.

In this version:
  • The OracleConnection.ClearAllPools(bool force) method is added
  • The behaviour is changed: the instance_id field of the wf_activity_info table in Workflow Tracking implementation is of varchar(1000) type now
  • The bug with clearing temporary tablespace when inserting multiple CLOB, NCLOB, or BLOB values using array binding in the OCI mode is fixed
  • The bug with using VARCHAR2/NVARCHAR parameters in the Unicode=True mode, when OracleParameter.Size is not set, is fixed
LinqConnect (formerly known as LINQ to Oracle)
  • The bug related to the incorrect detection of class type when working with the TPH inheritances and discriminators of the String/Decimal type is fixed
Entity Developer
  • The override modifier for DbSet class properties generated by DbContext templates is added (Entity Framework models)
  • The bug with setting nullable type for EnumType property by the Data Transfer Object template is fixed
Entity Framework support
  • Entity Framework 6.1.0 RTM is supported
  • Entity Framework 6.1.0 Tools for Visual Studio 2012 & 2013 are supported
  • The releasing of memory, which was allocated for commands and readers of ObjectContext / DbContext, is improved
  • The behaviour is changed: now SQL is generated without additional sorting in a subquery when working with Oracle 11g/10g/9i and during the work with paging operations with .OrderBy().Skip().Take()
  • The bug with the comparison operators (equality and inequality), where one or both of its arguments are the result of an expression based on the CLOB/NCLOB columns, is fixed
  • The bug with generating Code-First Migrations for the properties with DatabaseGeneratedOption.None for Oracle12c in Entity Framework 6 is fixed
  • The bug with generating DDL for the Identity property, which is a part of composite entity key, in run-time (Code-First CreateDatabase(), Code-First Migrations) and design-time (EDM Designer) is fixed
  • The bug with determining correct datatypes of data retrieved by some EntitySQL queries is fixed
Devart development team
http://www.devart.com/dotconnect/oracle/

Locked