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

Post by Devart » Mon 23 Sep 2013 11:19

Dear users,

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

In this version:
  • Visual Studio 2013 Release Candidate is supported
  • OracleLoader is supported in the direct mode
  • The behaviour is changed: OracleLoader now uses direct path load if columns of supported types are used and if the connection uses OCI mode; otherwise, array binding is used
  • The bug with rollback freezing after OverflowException in Direct mode is fixed
LinqConnect (formerly known as LINQ to Oracle)
  • The implementation for the DatabaseExists method, which checks the existance of the tables in the database, is added
  • The possibility of creating Oracle schemas (users) for mapped model classes via the CreateDatabase(false,true)/CreateDatabase(true, true) method of the DataContext class is implemented
  • The possibility of deleting Oracle schemas (users) for mapped model classes via the DeleteDatabase(false,true)/DeleteDatabase(true, true) method of the DataContext class is implemented
Entity Developer
  • The bug with releasing memory after closing the Retrieve Data window is fixed
  • The bug with the Overwrite.Merge template option is fixed
  • The bug related to the "Value cannot be null" error when selecting "Regenerate storage and mapping" from the shortcut menu in Model Explorer in Visual Studio is fixed
Entity Framework support
  • The bug related to the "ORA-12704: character set mismatch" exception is fixed
Devart development team
http://www.devart.com/dotconnect/oracle/

Locked