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

Post by Devart » Thu 30 Jan 2014 13:32

Dear users,

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

In this version:
  • The performance of the Update method of OracleDataAdapter and OracleDataTable classes is improved
  • The performance when working with parameters is improved
  • The performance of reading and writing OracleObject attributes in the OCI mode is significantly improved
  • The behaviour is changed: IndexOutOfRangeException is generated now instead of InvalidOperationException when OracleDataReader.GetOrdinal(String name) finds nothing in the result set
  • The bug with retrieving the INTERVAL YEAR TO MONTH values on the x64 platform in OCI mode is fixed
  • The bug with the 'OCI invalid handle' error in the OCI mode when setting OracleObject attributes, having INTERVAL DAY TO SECOND or INTERVAL YEAR TO MONTH type, is fixed
  • The bug with OracleObject, having BINARY_FLOAT or BINARY_DOUBLE attributes, in the OCI mode is fixed
LinqConnect (formerly known as LINQ to Oracle)
  • The bug with handling complex types of the entity properties in the ServerDataTypeConvention class when working with fluent mapping is fixed
  • The bug related to the "Object reference not set to an instance of an object" exception on CreateDatabase() method when working with associations and fluent mapping is fixed
  • The bug with performing updates and deletes, when concurrency check is used for not-primary key columns, and the commands are combined to run in batches, is fixed
  • The bug related to re-materialization of objects of the same type when performing various SQL-queries via ExecuteQuery() method is fixed
Entity Framework support
  • The bug with generating IndexOutOfRangeException by the ObjectContext.ExecuteStoreQuery method when the result set of the SQL query does not include any mapped column of the entity being materialized is fixed
Devart development team
http://www.devart.com/dotconnect/oracle/

Locked