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

Post by Devart » Thu 08 Aug 2013 11:35

Dear users,

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

In this version:
  • The "Default FetchAll" connection string parameter for defining default value of the FetchAll property of PgSqlCommand objects created on the connection is implemented
  • The possibility of specifying negative large object OIDs via interface of the PgSqlLargeObject class is implemented
  • The support of asynchronous backing up and restoring for PgSqlDump is implemented
  • The bug with executing prepared statements via pgPool II is fixed
  • The bug related to the "Unexpected server response" exception on ExecuteReader method when using it in cycle with Cancel method is fixed
  • The bug with compatibility of Devart.Data.PostgreSql.Web.dll for .NET Framework 2 and 4 in Visual Studio 2010, that is automatically added to the project when adding the PgSqlDataSource component to the web form, is fixed
Entity Developer
  • The "Model Name As Files Prefix" property is implemented for the templates which generate classes for model entities
  • The possibility of adding custom attributes to enum members is implemented
  • The behaviour is changed: the possibility to exclude the generation of keys (primary, foreign) in "Update Database From Model" and "Generate Database Script From Model " wizards is added
  • The behaviour is changed: the possibility to add one-to-one associations with nullable foreign key properties is added (LinqConnect models)
  • The behaviour is changed: now by default MVC Controller template generates files in the model folder, MVC View Advanced template creates files in the Views model subfolder
  • The behaviour is changed: the PostgreSQL limitation in 63 character for identifier names is taken into account when the SQL script is generated by Update Database From Model / Generate Database Script wizards
  • The bug with breaking the parameters order in Generator Parameters Editor is fixed (LinqConnect models)
  • The bug with an error during a compilation of the 'LinqConnect' template for VB.NET projects in Visual Studio 2008 is fixed (LinqConnect models)
  • The bug with breaking the IdGenerator configuration after closing the model is fixed (LinqConnect models)
  • The bug with generating code by Self-Tracking Entity template is fixed (Entity Framework models)
  • The bug with parsing *.edmx is fixed
Entity Framework support
  • The "Unprepared Execute" connection string parameter is supported by Entity Framework runtime
  • The bug with converting data types when using Batch Updates is fixed
Devart development team
http://www.devart.com/dotconnect/postgresql/

Locked