New build of dotConnect for PostgreSQL is 5.80.350 available

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New build of dotConnect for PostgreSQL is 5.80.350 available

Post by Devart » Thu 26 Apr 2012 14:06

Dear users,

New build of dotConnect for PostgreSQL 5.80.350 is available for download now.

In this version:
  • The IPv6 protocol is supported
  • The PgSqlConnection.ClearAllPools(bool force) method is added
  • The behaviour is changed: the Money PostgreSQL data type is mapped to System.Decimal now
  • The behaviour is changed: the PgSqlDataReader.GetDateTime method returns DateTime with DateTimeKind.Local now
  • The behaviour is changed: the exception message when connecting to a non-existing database is "database ... does not exist" now
  • The bug with decimal array as a parameter value of PgSqlType.Numeric is fixed
  • The bug with multiple execution of stored procedures returning REF CURSORs is fixed
  • The bug with generating the "Stream already closed!!!" error when retrieving invalid connection from the pool is fixed
Entity Developer
  • The multiline popup editor for the Documentation.Summary property is implemented
  • The bug with metadata processing in Visual Studio 11 Beta is fixed (Entity Framework models)
Devart development team
http://www.devart.com/dotconnect/postgresql/

Locked