dotConnect for PostgreSQL (英語版) のリリース

Released: Mar 2, 2017

V7.7.852 での更新項目

機能

  • Adds support for Visual Studio 2017.

不具合の修正

  • Fixed bug using alternative quoting in CommandText.
  • Fixed "Stack empty" error after stopping validation and before code generation in a standalone version.
  • Fixed bug with the "Validate on Build" option in Model Settings.
  • Fixed compilation bug in the EF Core template after copying it to a model folder.

Released: Dec 22, 2016

V7.7.804 での更新項目

機能

  • Install Wizard adds 'Do not install assemblies in the GAC' check box which allows you to not place the provider assemblies in the GAC.

不具合の修正

  • Fixed bug backing up PostGIS datatypes via the PgSqlDump class as varchar.
  • Fixed bug generating an error when using PgSqlMonitor on Linux.
  • Fixed bug with not using parameters value in ParentRelation data in PgSqlDataTable.SelectCommand.
  • Fixed bug retrieving incorrect DateTimeOffset when UnpreparedExecute is set to true.
  • Fixed bug creating columns for a...

Released: Sep 22, 2016

V7.6.743 での更新項目

機能

  • Support for Entity Framework Core 1.0.1.
  • Added new optional parameter Action PgSqlDbContextOptionsBuilder.

不具合の修正

  • Fixed bug with disabled DataTable editor.
  • Fixed bug closing the PgSqlDataTable editor.
  • Fixed bug with materialization in multithreaded applications.
  • Fixed bug processing IN expressions.
  • Fixed bug retrieving TPH hierarchy objects.

Released: Jun 9, 2016

V7.6.667 での更新項目

機能

  • 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...

Released: Dec 9, 2014

Updates in this release

Updates in V7.3

  • Windows Workflow Foundation Support - Includes DDL scripts for Workflow Instance Store and Workflow Tracking schemas and provide the classes for working with them.
  • Fixed bug in the Workflow Foundation when UnpreparedExecute is set to true.
  • Fixed memory leak when working with disabled, compiled query cache.
  • Fxied bug related to working with the customized Migration History table.
  • ASP.NET Identity 2.0 support
  • Fixed bug mapping numeric database types.
  • Fixed bug related to order of...

Released: Oct 23, 2012

Updates in this release

Updates in V6.2

  • Visual Studio 2012 support added.
  • Range Types in PostgreSQL 9.2 added.
  • PgSqlIntRange class added for representing int4range types.
  • PgSqlBigIntRange class added for representing int8range types.
  • PgSqlNumericRange class added for representing numrange types.
  • PgSqlTimeStampRange class added for representing tsrange types.
  • PgSqlTimeStampTZRange class added for representing tstzrange types.
  • PgSqlDataRange class added for representing the datarange types.

Released: Sep 15, 2011

Updates in this release

Updates in V5.50

  • GSS authentication is supported
  • Changed behavior: the type of 'userid' and 'roleid' columns in database schema of ASP.NET Provider Model Support is UUID now

LinqConnect Updates (formerly known as LINQ to PostgreSQL)

  • Fluent Mapping support is added

Entity Developer Updates

  • Fluent Mapping template for LinqConnect models is added
  • Support for enumerated types ("enums") in LinqConnect and Entity Framework June 2011 CTP models is implemented
  • Import for selected stored procedures into...

Released: May 26, 2011

Updates in this release

Updates in V5.30

  • A DbTransactionBase class added
  • TransactionStateChanging and TransactionStateChanged events added to the DbConnectionBase class
  • Policy file for the Devart.Data.PostgreSql.Entity assembly added
  • License Information Wizard improved: it now generates licenses for projects that have Entity Framework models or refer to Devart.Data.PostgreSql.Web, but have no direct references to Devart.Data.PostgreSql.dll
  • "Use schema name" and "Use catalog name" checkboxes added to the DataSet Wizard...

Released: Feb 24, 2011

Updates in this release

Updates in dotConnect for Oracle V6.10

  • Added DDEX support in Express Edition
  • Fixed bug with resetting CopyLocal property of Devart references to False after using Upgrade Wizard
  • Fixed bug with unicode characters when using Upgrade Wizard
  • Fixed bug with compatibility with Microsoft Team Foundation Server 2010 Power Tools (broken designers for WPF, Silverlight, etc)
  • Fixed Visual Studio integration conflict with Windows Phone Developer Tools
  • LinqConnect (formerly known as LINQ to Oracle)
  • Fixed bug...

Released: Dec 8, 2010

Updates in this release

Updates in dotConnect for PostgreSQL V5.0, dotConnect for MySQL V5.0 and dotConnect for Oracle V6.0

  • Added the 'Validate Connection' connection string parameter to validate a connection from a pool
  • Fixed bug with WebSite projects in Delphi Prism