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

Post by Devart » Thu 16 Dec 2010 15:53

Dear users,

New build of dotConnect for Oracle 6.00.69 is available for download now.
This version includes:
  • Supported Visual Studio 2010 Service Pack 1 Beta
  • Supported OracleConnection.ChangePassword() in Direct mode
  • Added "Transaction Scope Local" connection string option that enables the support for non-distributed transactions in the TransactionScope implementation
  • Improved interface in DbLoader class - added string and integer indexers
  • Added overloads for methods of DbDataReaderBase class with column name parameter
  • Changed behaviour: when clearing the pool, the number of connections specified in 'Min Pool Size' is never removed
  • Fixed bug with using XMLTYPE as Output, InputOutput and ReturnValue parameters of stored procedures and functions
  • Fixed bug with freeing temporary tablespace when creating multiple LOBs
  • Fixed bug with creating TIMESTAMP with small negative timezone
  • Fixed bug with inserting TIMESTAMP into user-defined types
  • Fixed bug with OracleTimeStamp in multi-threaded applications
LinqConnect (formerly known as LINQ to Oracle)
  • Implemented support for custom type arguments in LinqConnect compiled queries
  • Fixed bug with redundant subqueries and Order By clauses in commands generated for entities with configured load options
  • Fixed bug with Visual Basic code generation for sequence-generated entity properties
  • Fixed bug with the DataContext.Query method in the case when TResult is not an entity class
  • Fixed bug with the 'The process was terminated due to an unhandled exception' error on severely loaded applications
  • Fixed bug with queries with the OrderBy(...).Any() statement
  • Fixed code generation bug with functions having output parameters
Entity Developer
  • Fixed bug with the null-reference exception when adding LinqConnect model to web site folders other than App_Code
Entity Framework support
  • Entity Data Model Wizard and Update Model from Database Wizard in Visual Studio 2010 Service Pack 1 Beta supported
  • Improved SQL generation for IN (Entity SQL) and Contains (LINQ to Entities) clauses
  • Improved performance for DateTime literals
  • Fixed bug with charset mismatch
  • Fixed bug with Unicode characters in NVARCHAR2 and NCHAR columns
Devart development team
http://www.devart.com/dotconnect/oracle/

Locked