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

Post by Devart » Thu 10 Apr 2014 11:50

Dear users,

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

In this version:
  • The ADO.NET implementation of ASP.NET Identity support is improved
    • The ICloneable interface is implemented in the IdentityUser and IdentityRole classes
    • The User_Id column in the AspNetUserClaims table is renamed to UserId
  • The possibility of assigning System.Guid to OracleParameter.Value without explicitly specified OracleParameter.OracleDbType is implemented
Entity Framework support
  • The UpdateDatabaseOperation operation in Code-First Migrations for Entity Framework 6.x is supported
  • The RenameIndexOperation operation in Code-First Migrations for Entity Framework 6.1 is supported
  • Multiple EntityContainers in the Code-First CreateDatabase()/CreateDatabaseScript()/DeleteDatabase() functionality are supported
  • The Database.Delete(DbConnection) functionality is supported: all objects in the current schema (specified in User Id or set with Initialization Command connection string parameter) are removed if DatabaseScript.Schema.DeleteDatabaseBehaviour = AllSchemaObjects
  • The Database.Exists(DbConnection) functionality is supported: the method returns true if DatabaseScript.Schema.DeleteDatabaseBehaviour = AllSchemaObjects and at least one table or sequence exists in the current schema (specified in User Id or set with Initialization Command connection string parameter)
  • Determining correct datatypes of data retrieved by EntitySQL queries with UNION ALL and similar constructions is improved
  • The compatibility with Hibernating Rhinos EntityFramework Profiler is improved
  • The bug with the Code-First DeleteDatabase() functionality for system-generated sequences in Oracle 12c, when DatabaseScript.Schema.DeleteDatabaseBehaviour = AllSchemaObjects, is fixed
  • The bug with throwing System.NullReferenceException when enumerating an ObjectResult returned by a stored procedure is fixed
  • The bug with comparing a string literal with a string function, which has a non-string parameter in its signature, is fixed
  • The bug with using reserved words in the names of ESQL parameters is fixed
  • The bug with using multiple .Include() with spatial columns is fixed
Devart development team
http://www.devart.com/dotconnect/oracle/

Locked