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

Post by Devart » Thu 15 Jan 2015 12:49

Dear users,

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

In this version:
  • The InitialLobFetchSize property, that specifies the amount of data OracleDataReader initially fetches for LOB columns, is added to the OracleCommand
  • The behaviour is changed: OracleDataReader now returns ReadOnly=True in the schema table for the GENERATED ALWAYS AS IDENTITY columns (for Oracle 12c)
  • The bug with wrong data in a LONG parameter when using the "Unicode=true" connection string parameter in the Direct mode is fixed
  • The bug with throwing System.InvalidOperationException by Devart connection pooling in multithreaded applications under high loads is fixed
  • The bug with parsing the EDITIONABLE and NONEDITIONABLE keywords by OracleScript is fixed
  • The bug with '\r' characters when OracleScript is created using a stream is fixed
  • The bug with losing the '\r' character in string literals when executing a script via OracleScript is fixed
  • The bug with output parameters in DML arrays in the Direct mode is fixed
  • The bug with the ToString() method of the OracleTimeStamp class, occurring for dates that cannot be presented as System.DateTime, is fixed
Entity Developer
  • The bug with generating connection string supplied to constructor in case of placing the model in a subfolder of the project is fixed (Entity Framework models)
Devart development team
http://www.devart.com/dotconnect/oracle/

Locked