dotConnect for PostgreSQL 4.95 is released!

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

dotConnect for PostgreSQL 4.95 is released!

Post by Shalex » Fri 21 May 2010 13:05

Dear users,

Devart is glad to announce the release of the new version of dotConnect for PostgreSQL, enhanced database connectivity solution built over ADO.NET architecture that offers Entity Framework and LINQ to SQL support. New dotConnect for PostgreSQL offers advanced LinqConnect ORM solution (formerly known as Devart LINQ support) closely compatible with Microsoft LINQ to SQL and having its own advanced features.

Devart LINQ to SQL support technology was greatly enchanced and renamed to Devart LinqConnect. Complex types were supported for more precise presentation of the denormalized table structure and for returning specific types from stored procedures and functions. Support for different configurable algorithms for primary key generation was added. LINQ performance was greatly improved. CompiledQueryCache class now allows you to manage automatic caching of compiled LINQ queries.

Here is the complete list of dotConnect for PostgreSQL 4.95.140 features:
  • Supported password salt in ASP.NET membership provider
  • Improved Upgrade wizard
  • Removed redundant queries on PgSqlDataTable.Open()
  • Fixed bug with Upgrade Wizard on web sites
  • Fixed bug with disposing data table with InterForm ParentRelation
  • Fixed bug with lost InterForm connection
  • Fixed NRE on executing recursive queries with MissingSchemaAction = AddWithKey
  • Fixed bug with changing the type of Domain fields
  • Fixed bug with PgSqlLoader loading floats in the text mode
  • Fixed bug with hashed passwords in Membership provider
  • Fixed bug with case-insensitivity of the PgSqlConnection.UserID property
  • Fixed problems with connecting to PostgreSQL databases of version 8.0 and earlier via the connection dialog
  • Fixed bug with PgSqlLoader.Error event on constraint violation
LinqConnect (formerly known as LINQ to PostgreSQL)
  • LINQ to PostgreSQL support is renamed to LinqConnect
  • Added support for Complex type
  • Added support for different configurable algorithms for primary key generation
  • Automatic configurable compiled query caching supported
  • Performance improved
  • Fixed bug with DbLinqDataSource and RadGrid paging
  • Fixed bug with 'Nop' node translation
  • Fixed bug with empty type in specific Group By clause
  • Fixed bug with ArgumentNullException on DataContext.Query().Contains()
  • Fixed bug with Cast() method
  • Fixed bug with binary primary keys
Entity Developer
  • Fixed bug with Properties window
  • Fixed bug with Discriminator property drag&drop
  • Fixed bug on Customization window load
  • Fixed bug with property editor grid updating
  • Fixed bug with Document.Reload
  • Fixed bug with LINQ models on Windows XP 64-bit
Entity Framework support
  • Fixed bug with string concatenation
  • Fixed bug with data type mapping in function result set
Devart development team
http://www.devart.com/dotconnect/postgresql/

Locked