New build of dotConnect for PostgreSQL 6.0.17 is available!

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New build of dotConnect for PostgreSQL 6.0.17 is available!

Post by Devart » Fri 08 Jun 2012 12:10

Dear users,

New build of dotConnect for PostgreSQL 6.0.17 is available for download now.

In this version:
  • Visual Studio 2012 Release Candidate is supported
  • The Initialization Command connection string parameter is implemented
  • The MemCryptStorage class for storing SSL certificates in the application memory is implemented
  • The behaviour is changed: the 'sender' parameter in MonitorEventHandler is a connection and the MonitorEventArgs.ExtraInfo property is filled with the connection string
  • The bug with returning DateTime with DateTimeKind.Unspecified by the PgSqlDataReader.GetDateTime method when reading from the timestamp without time zone column is fixed
  • The minor bugs with the GetSchema method of the PgSqlConnection class are fixed
LinqConnect (formerly known as LINQ to PostgreSQL)
  • The CreateDatabase bug with creating a table for an entity type with multiple complex type fields is fixed
  • The CreateDatabase bug with creating a table for an entity type with no primary key is fixed
Entity Developer
  • The bug with the failure to read the complex type's Access property value is fixed (Entity Framework models)
  • The bug with saving *.edml when importing data from *.edmx is fixed (Entity Framework models)
Entity Framework support
  • The config.CodeFirstOptions.RemoveSchemaFromDefaultConstraintName option for removing schema name from the default constraint name is implemented in Code-First Migrations (by default, true)
  • The config.CodeFirstOptions.AddTableNameInDefaultIndexName option for adding a table name to the default index name is implemented in Code-First Migrations (by default, true)
  • The config.CodeFirstOptions.DisableIndexQuoting option is implemented for a backward compatibility with migrations which use indexes, generated and applied in the 5.xx versions
  • The bug with quoting indexes in Code-First Migrations is fixed
  • The bug with HistoryTable in Code-First Migrations when using the DisableQuoting option is fixed
  • The bug with adding a schema prefix to default constraint name (PK and FK) in Code-First Migrations is fixed
Devart development team
http://www.devart.com/dotconnect/postgresql/

Locked