dotConnect for PostgreSQL V7.6.667 released

Released: Jun 9, 2016

Actualizaciones en V7.6.667

Características

  • The Run Once Command connection string parameter, which specifies a command to execute when the connection is opened the first time and not executed when the connection is taken from the pool, is added.
  • The new LoadTable overloads for loading data from a IDataReader, array of rows, or only rows with a specific RowState from a DataTable are added to the PgSqlLoader class.
  • Truncate member that represents the TRUNCATE TABLE statement is added to the SqlStatementType enum.
  • The new RestoreProgress event is added to the PgSqlDump class.

Entity Developer

  • Entity Framework Core support is added.
  • The DbProviderFactory provider registration in application's *.config is supported by the Entity Developer version integrated into Visual Studio.

Entity Framework

  • The config.DatabaseScript.Table.Tablespace configuration option is added to specify the tablespace for tables created via the Code-First approach.
  • Entity Framework Core RC2 is supported.
  • Entity Framework-related assemblies are renamed.
  • The config.QueryOptions.OrderByNullBehavior option is added to specify whether to add NULLS FIRST or NULLS LAST to the ORDER BY clause.
  • Upgrade Wizard is improved for upgrading projects with the Entity Framework functionality.