New build of dotConnect for Oracle 8.2.100 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.2.100 is available!

Post by Devart » Thu 13 Feb 2014 14:56

Dear users,

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

In this version:
  • The bug with the VARCHAR2, NVARCHAR2, CHAR, NCHAR parameters in the Unicode mode, when non-null value is assigned to the Size property of the OracleParameter instance, is fixed
  • The bug with cursor parameters of stored procedures used in OracleDataSource is fixed
LinqConnect (formerly known as LINQ to Oracle)
  • The behaviour is changed: now the script is generated with "ON DELETE NO ACTION" when using the CreateDatabase() method and the "Delete Rule" for the association is set to "NO ACTION"
  • The behaviour is changed: now the CreateDatabase() method uses the same algorithm for naming foreign keys as in Entity Developer
  • The bug with the compiled query cache when working with the DbLinqDataSource component when navigating through the pages of the DataGrid control is fixed
  • The bug with the wrong SQL query generation for Contains(), StartsWith(), EndsWith() methods when the string pattern includes left square bracket or '^' symbols is fixed
  • The bug with the wrong SQL query generation for LINQ queries with OrderBy and First()/Single()/Take() methods when working with Oracle 9/10/11 is fixed
Entity Developer
  • The "WCF DataMember Attribute on Navigation Properties" property is added to the Data Transfer Object template for pointing the end (-s) where the attribute should be generated (Entity Framework models)
  • The behaviour is changed: the validation of EF6 models depends on the EntityFramework.dll functionality only (.NET Framework 4.5 is not required any more) (Entity Framework models)
  • The bug related to the "Version string portion was too short or too long" error is fixed
  • The bug with dropping the UpdateCheck property value from Always to Never when re-opening the model is fixed (LinqConnect models)
  • The bug with parsing inheritances in *.edmx is fixed (Entity Framework models)
Entity Framework support
  • The bug with updating/deleting entity, when its primary key column or concurrency check column is of string type and config.QueryOptions.CaseInsensitiveComparison=True, is fixed
  • The bug with "Update Model From Database" wizard in Entity Framework 6 Tools for Visual Studio 2012 and Visual Studio 2013 is fixed
Devart development team
http://www.devart.com/dotconnect/oracle/

Locked