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

Post by Devart » Fri 02 Sep 2016 11:28

Dear users,

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

In this version:
  • New CharLength and CharUsed columns have been added to the Columns collection of the OracleConnection.GetSchema method
  • The execution of OracleScript with the PL/SQL declaration sections in the WITH clause in Oracle 12c is supported
  • The performance of retrieving metadata for stored procedures in the Direct mode is improved
  • The bug with data preview in the OracleDataTable designer when the command text was changed is fixed
  • The bug with the OracleIntervalDS.Parse() method is fixed
  • The bug with incorrect number mapping for Oracle connection in SSIS project is fixed
  • The bug with losing precision when retrieving Oracle NUMBER, mapped to Decimal via the Number Mappings connection string parameter, into Double/Single values in the OCI mode is fixed
Entity Framework support
  • The DatabaseFacade.GetOracleConnection() extension method, which returns OracleConnection, is implemented in EF Core
  • The bug with using the DatabaseFacade.UseTransaction() method in EF Core is fixed
  • The bug with nullable parameters in EF Core is fixed
  • The bug with throwing System.NullReferenceException when using TPH inheritance in EF Core is fixed
  • The bug with not throwing concurrency check exception on invoking DbContext.SaveChangesAsync() is fixed
Devart development team
http://www.devart.com/dotconnect/oracle/

Locked