New build of dotConnect for Oracle 5.70.180 is available!

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Locked
Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

New build of dotConnect for Oracle 5.70.180 is available!

Post by Shalex » Thu 14 Oct 2010 13:32

Dear users,

New build of dotConnect for Oracle 5.70.180 is available for download now.
This version includes:
  • Implemented additional constructors for OracleParameter class
  • Implemented explicit disposing of OracleCommands used in the Enqueue/Dequeue methods of the OracleQueue components
  • Fixed bug with configuring OracleDataTable constraints in case of several multi-column unique keys that use common columns
  • Fixed bug with generating license resource for ILMerged assembly
  • Fixed bug with ReturnValue parameter for OracleCommand.ExecuteReader() and ExecuteScalar()
  • Fixed bug with OracleDbType.NVarChar parameters in Direct Mode
  • Fixed bug with executing wrapped PL/SQL-code via OracleScript
  • Fixed bug with OracleCommand.Cancel() method
LinqConnect (formerly known as LINQ to Oracle)
  • DataContext class is now CLS-Compilant
  • Changed behaviour: Substring() in LINQ queries is now translated to DBMS_LOB.SUBSTR for LOBs
  • Fixed bug with DataLoadOptions not working when object tracking is disabled
  • Fixed bug with second-level details loading
  • Fixed bug with creating compiled query using more than three parameters
  • Fixed bug with select queries from tables with no primary key
  • Fixed bug with constraint violation on inserting details before master data
  • Fixed bug with ArgumentException when using System.Nullable.GetValueOrDefault in Visual Basic LINQ queries
  • Fixed bug with incorrect marking of changed fields when using several DataContexts
  • Fixed bug with creating constraints on executing the DataContext.CreateDatabase method
  • Fixed bug with incorrect ROWNUM function usage in generated SQL
Entity Developer
  • Added default bindings to entity fields in Insert(Update/Delete) MethodMappings
  • Fixed bug with serializing entities loaded using DataLoadOptions
Entity Framework support
  • Added implementation for the DatabaseExists method
Devart development team
http://www.devart.com/dotconnect/oracle/

Locked