Released: Oct 30, 2017
V7.10.1013 での更新項目
機能
- Added .NET Standard 2.0 compatible assemblies to the Devart.Data and Devart.Data.PgSql NuGet packages:
- Support for distributed transactions.
- Implemented PgSqlDataAdapter and PgSqlCommandBuilder.
- Implemented PgSqlConnection.GetSchema() and PgSqlDataReader.GetSchemaTable() methods for metadata retrieving.
- Implemented PgSqlDependency class.
- Implemented PgSqlDataSourceEnumerator class.
- Implemented PgSqlDump class.
- Implemented dynamic column creation in PgSqlLoader class.
- Component classes in the...
Released: May 25, 2017
V7.9.912 での更新項目
機能
- Support for .NET Core.
- NuGet packages with .NET Standard 1.3 (.NET Core) compliant assemblies are now available.
- Added ProcessId property to PgSqlAlerterAlertEventArgs.
- Now a new GUID is generated for a MachineKeys container name when loading the application.
- Now a MachineKeys container is immediately removed after establishing a connection to the server, instead of waiting for the end of the process.
不具合の修正
- Fixed bug previewing a DataSet.
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...