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

Post by Devart » Thu 04 Sep 2014 11:20

Dear users,

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

In this version:
  • The bug with Unicode characters (surrogate pairs), which are not included to Basic Multilingual Plane when using the "Unicode=true" connection string parameter in the OCI mode is fixed
  • The bug with throwing the "Index was outside the bounds of the array" exception when working with OracleObjects in multithreaded mode is fixed
  • The bug with ignoring of the assigned DbType/OracleDbType when using array binding is fixed
  • The bug with columns mapping in the SSIS DataFlow Destination component when table has a composite primary key is fixed
  • The bug with invalid script when table has only primary key columns for Sync Framework support is fixed
LinqConnect (formerly known as LINQ to Oracle)
  • The bug related to the NullReferenceException on SubmitChanges, when working with association between classes involved in complex TPT hierarchy, is fixed
Entity Developer
  • The Remove Invalid Characters option (by default, True) is added to the Model Naming rules; if it is set to False, all invalid characters will be replaced with underscores
  • The Enable WinForms Data Binding property of the DbContext template is implemented (Entity Framework models)
  • The Property Change Partial Methods property of the DbContext template is implemented for generating partial methods On%PropertyName%Changing and On%PropertyName%Changed for each primitive property of entity classes (Entity Framework models)
  • The behaviour is changed: now partial configuration classes are generated when DbContext template is used with Fluent Mapping=True and Mapping Generation Strategy=UseConfigurationClasses options (Entity Framework models)
  • The bug with the wrong code generation for associations when DbContext template is used with Fluent Mapping=True and Mapping Generation Strategy=UseAttributes options is fixed (Entity Framework models)
  • The bug with generating DatabaseGeneratedAttribute for non-EntityKey properties when using attribute mapping (DbContext template) is fixed (Entity Framework models)
  • The bug with generating DatabaseGeneratedAttribute for all EntityKey properties when using fluent mapping (DbContext template) is fixed (Entity Framework models)
  • The bug related to the "An error occurred during an attempt to compile the template 'LinqConnect'." error in Windows Store applications is fixed (LinqConnect models)
Entity Framework support
  • The bug related to working with OracleFunctions.RegexpLike is fixed
Devart development team
http://www.devart.com/dotconnect/oracle/

Locked