New build of dotConnect for PostgreSQL 5.50.237 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.50.237 available!

Post by Shalex » Mon 24 Oct 2011 07:59

Dear users,

New build of dotConnect for PostgreSQL 5.50.237 is available for download now.
In this version:
  • The bug when consequent distributed transaction fails if previous TransactionScope failed is fixed
  • The bug with TransactionScope behaviour, when Commit() is not invoked, is fixed
  • The bug with connection pooling when using SSPI/GSS authentication is fixed
  • The bug with breaking result set of PgSqlDataReader by PgSqlConnection.Ping() method is fixed
  • The bug with PgSqlDump when using it with tables which have case sensitive names is fixed
  • The bug with license check in ILMerged assembly in Mobile Edition is fixed
LinqConnect (formerly known as LINQ to PostgreSQL)
  • The bug with getting wrong query from the compiled query cache is fixed
  • The bug with ordering results of a query with eager loading options enabled is fixed
  • The bug with inserting entity objects having multiple relations to other entity type with auto-generated primary key is fixed
  • The bug with updating navigation properties based on a composite foreign key which intersects with the primary key is fixed
Entity Developer
  • The possibility of specifying the name of the connection string saved in the application configuration file is implemented
  • The bug with saving the IsFlags property of enum types in Entity Framework models is fixed
Entity Framework support
  • The bug with config.Workarounds.DisableQuoting behaviour with checking DatabaseExists is fixed
Devart development team
http://www.devart.com/dotconnect/postgresql/

Locked