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

Post by Shalex » Thu 14 Oct 2010 13:47

Dear users,

New build of dotConnect for PostgreSQL 4.95.180 is available for download now.
This version includes:
  • Changed behaviour: PgSqlCursor.GetDataReader() returns a reader depending on the FetchAll and FetchSize properties of the command that returned PgSqlCursor
  • Changed behaviour: removed the Database element from the PgSqlDumpObjects enumerator
  • Fixed bug with generating license resource for ILMerged assembly
  • Fixed problem with the 'Unprepared Execute' connection parameter not influencing connections created via DbProviderFactory
LinqConnect (formerly known as LINQ to PostgreSQL)
  • DataContext class is now CLS-Compilant
  • Fixed bug with DataLoadOptions not working when object tracking is disabled
  • Fixed bug with second-level details loading
  • Fixed bug with creating compiled query using more than three parameters
  • Fixed bug with select queries from tables with no primary key
  • Fixed bug with constraint violation on inserting details before master data
  • Fixed bug with ArgumentException when using System.Nullable.GetValueOrDefault in Visual Basic LINQ queries
  • Fixed bug with incorrect marking of changed fields when using several DataContexts
Entity Developer
  • Added default bindings to entity fields in Insert(Update/Delete) MethodMappings
  • Fixed bug with serializing entities loaded using DataLoadOptions
Entity Framework support
  • Added implementation for the DatabaseExists method
Devart development team
http://www.devart.com/dotconnect/postgresql/

Locked