New build of dotConnect for PostgreSQL 5.00.69 is available!

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Locked
Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

New build of dotConnect for PostgreSQL 5.00.69 is available!

Post by Shalex » Thu 16 Dec 2010 16:43

Dear users,

New build of dotConnect for PostgreSQL 5.00.69 is available for download now.
This version includes:
  • Supported Visual Studio 2010 Service Pack 1 Beta
  • Implemented the LocalFailover property and ConnectionLost event of the PgSqlConnection class for processing connection problems
  • Added "Transaction Scope Local" connection string option that enables the support for non-distributed transactions in the TransactionScope implementation
  • Added overloads for methods of DbDataReaderBase class with column name parameter
  • Improved interface in DbLoader class - added string and integer indexers
  • Changed behaviour: when clearing the pool, the number of connections specified in 'Min Pool Size' is never removed
  • Fixed bug with including database name to generated update commands for DataSets
LinqConnect (formerly known as LINQ to PostgreSQL)
  • Implemented support for custom type arguments in LinqConnect compiled queries
  • Fixed bug with redundant subqueries and Order By clauses in commands generated for entities with configured load options
  • Fixed bug with Visual Basic code generation for sequence-generated entity properties
  • Fixed bug with the DataContext.Query method in the case when TResult is not an entity class
  • Fixed bug with the 'The process was terminated due to an unhandled exception' error on severely loaded applications
Entity Developer
  • Fixed bug with the null-reference exception when adding LinqConnect model to web site folders other than App_Code
Entity Framework support
  • Entity Data Model Wizard and Update Model from Database Wizard in Visual Studio 2010 Service Pack 1 Beta supported
  • Improved SQL generation for IN (Entity SQL) and Contains (LINQ to Entities) clauses
Devart development team
http://www.devart.com/dotconnect/postgresql/

Locked