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
 
- 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
 
- Added default bindings to entity fields in Insert(Update/Delete) MethodMappings
 - Fixed bug with serializing entities loaded using DataLoadOptions
 
- Added implementation for the DatabaseExists method
 
http://www.devart.com/dotconnect/postgresql/