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

Post by Devart » Thu 26 Mar 2015 13:33

Dear users,

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

In this version:
  • Microsoft SQL Server Data Tools Business Intelligence (SSDT-BI) project templates for Analysis Services and Integration Services in Visual Studio 2013 are supported
  • SSIS DataFlow Source and Destination components are supported in SSDT-BI for Visual Studio 2013
  • The bug with executing ExecuteArray, when one of parameters is array of System.Guid, is fixed
  • The bug with redundant describing of stored procedures in OracleCommand with CommandType.StoredProcedure and with parameters, containing the '$' characters in their names, is fixed
  • The bug with throwing the "Unknown connection string parameter" exception in a multithreaded application is fixed
LinqConnect (formerly known as LINQ to Oracle)
  • The dependency on the System.Windows.Forms.dll assembly is removed
  • The bug related to the wrong SQL generation (setting value for primary key column in UPDATE statement) when using the Attach(TEntity, asModified) method is fixed
  • The bug related the CompiledQueryCache locking issue is fixed
  • The bug related to working with the columns of the BINARY_FLOAT/BINARY_DOUBLE data type is fixed
Entity Developer
  • The behaviour is changed: now the default values are not set for string properties, that correspond to fields with the default values like expressions (Entity Framework models)
  • The bug with missing settings for the LazyLoadingEnabled property in the generated code when working with the Self-Tracking Entity template is fixed (Entity Framework models)
  • The bug related to working with the Table Per Type (TPT) and abstract entity classes when synchronization is enabled is fixed (Entity Framework models)
Entity Framework support
  • The config.DatabaseScript.Table.Tablespace configuration option is added to specify the tablespace for tables created via the Code-First approach
  • The compatibility with SQL*Plus is improved: binary literals are now divided into fractions with 2000 symbols each when inserting data into MigrationHistory table
  • The bug with reading the second and consequent result sets, returned by stored procedure, is fixed
  • The bug with generating SQL for the INSERT / UPDATE / DELETE operations when using bool property mapped to Number(1,0) is fixed
Devart development team
http://www.devart.com/dotconnect/oracle/

Locked