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

Post by Devart » Wed 01 Jun 2011 15:11

Dear users,

New build of dotConnect for Oracle 6.30.165 is available for download now.
It includes:
  • The OracleConnectMode.SYSASM privilege is supported
  • The bug with license check in ILMerged assembly is fixed
  • The bug with redundant setting of isolation level to READ COMMITTED on transaction opening is fixed
  • The bug with installation on machines with Turkish regional settings is fixed
  • The bug with AccessViolationException in severely loaded applications is fixed
  • The bug with retrieving LOB values in Direct mode is fixed
LinqConnect (formerly known as LINQ to Oracle)
  • Implemented fetch mode customization for eager loading of related entities
  • Improved performance of ordered queries with the Skip() and Take() methods: the 'rownum' pseudo-column is now used instead of the 'row_number' function
  • The bug with NullReferenceException when selecting non-entity types is fixed
  • The bug with type mismatch when using null parameters in LINQ queries is fixed
  • The bug with refreshing entities with a changed entity reference is fixed
  • The bug with updating entities that have associations based on unique (not primary) keys is fixed
  • The bug with parameters of compiled queries not being refreshed is fixed
  • The bug with redundant subqueries in queries that use the Take method is fixed
Entity Developer
  • Behaviour is changed: string entity fields are now mapped to varchar2(4000) by default
  • The bug with recognizing associations between tables from different schemas is fixed
  • The bug with configuring a sequence ID generator in LinqConnect models is fixed
  • The bug with LinqConnect external mapping file in case entity classes belong to non-default namespace is fixed
  • The bug with persisting associations between LinqConnect entity classes inherited from the same base class is fixed
  • The bug with adding package functions to the model is fixed
  • The bug with column aliases in queries with several nested subqueries is fixed
  • The bug with Unicode symbols in template is fixed
Entity Framework
  • Processing of Edm.StartsWith, Edm.Contains, and Edm.EndsWith is improved
  • Redundant casts for the DATE and TIMESTAMP columns are excluded from the generated query
Devart development team
http://www.devart.com/dotconnect/oracle/

Locked