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

Post by Devart » Fri 08 Jun 2012 12:08

Dear users,

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

In this version:
  • Visual Studio 2012 Release Candidate is supported
  • The Initialization Command connection string parameter is implemented
  • The behaviour is changed: the 'sender' parameter in MonitorEventHandler is a connection and the MonitorEventArgs.ExtraInfo property is filled with the connection string
  • The bug with auto-generation of UpdateCommand for OracleDataAdapter with OracleCommandBuilder when column name is "TYPE" is fixed
  • The bug with the Oracle Migration Wizard malfunction is fixed
LinqConnect (formerly known as LINQ to Oracle)
  • The CreateDatabase bug with creating a table for an entity type with multiple complex type fields is fixed
  • The CreateDatabase bug with creating a table for an entity type with no primary key is fixed
  • The bug with 'IS NULL' checks for non-nullable columns is fixed
Entity Developer
  • The bug with the failure to read the complex type's Access property value is fixed (Entity Framework models)
  • The bug with saving *.edml when importing data from *.edmx is fixed (Entity Framework models)
Entity Framework support
  • The config.CodeFirstOptions.RemoveSchemaFromDefaultConstraintName option for removing schema name from the default constraint name is implemented in Code-First Migrations (by default, true)
  • The config.CodeFirstOptions.AddTableNameInDefaultIndexName option for adding a table name to the default index name is implemented in Code-First Migrations (by default, true)
  • The config.CodeFirstOptions.DisableIndexQuoting option is implemented for a backward compatibility with migrations which use indexes, generated and applied in the 6.xx versions
  • The bug with quoting indexes in Code-First Migrations is fixed
  • The bug with HistoryTable in Code-First Migrations when using the DisableQuoting option is fixed
  • The bug with adding a schema prefix to default constraint name (PK and FK) in Code-First Migrations is fixed
Devart development team
http://www.devart.com/dotconnect/oracle/

Locked