dotConnect for PostgreSQL (英語版) のリリース
Released: Jul 25, 2019
V7.13.1437 での更新項目
不具合の修正
- Fixed bug applying a value converter to a nullable column in EF Core 2.
- Fixed bug using DbFunctions.TruncateTime in EF6.
Released: Jun 6, 2019
V7.13.1402 での更新項目
機能
- Added support for Entity Framework Core 2.2.4.
- Deprecated design-time Synchronous API calls are no longer used with Visual Studio 2019 and Visual Studio 2017.
Released: Apr 11, 2019
V7.13.1366 での更新項目
機能
- Adds support for Visual Studio 2019.
Released: Mar 28, 2019
V7.12.1357 での更新項目
機能
- Support for Visual Studio 2019 Release Candidate 4.
Released: Jan 10, 2019
V7.12.1307 での更新項目
機能
- Added support for PostgreSQL.
不具合の修正
- Fixed bug connecting to a database with .NET Standard 1.3 compatible assemblies on .NET Framework 4.6.0 run-time.
Released: Jun 21, 2018
V7.11.1172 での更新項目
機能
- Added support for SSH connections.
- Added support for SSL in .NET Standard 2.0 provider assemblies.
- PgSqlDependency class is now supported in the .NET Standard 1.3 version of the provider assemblies.
- Added Unknown value to the Severity enum.
- Added SeverityMessage property to the PgSqlException and PgSqlError classes for returning a severity message.
- The following static properties have been added to PgSqlLocalization: ServerMessageSeverityError, ServerMessageSeverityFatal...
Released: May 24, 2018
V7.10.1152 での更新項目
機能
- Generate idempotent scripts in Entity Framework Core 2 Code-First Migrations for PostgreSQL 9.0 and higher.
- Added support for the DeleteDatabaseBehaviour.Database value in Entity Framework Core 2.
- Added destructor to DataContext class.
- Added support for Entity Framework Core 1.1.5 and 2.0.3.
不具合の修正
- Fixed bug using EnsureSchema in Entity Framework Core against PostgreSQL 9.2 and earlier, if schema names should be quoted when the schema exists but the required tables are missing.
- Fixed bug with...
Released: Feb 15, 2018
V7.10.1086 での更新項目
機能
- Entity Developer
- Identity columns in PostgreSQL 10 are now supported.
- Support for ASP.NET Core MVC added to Data Annotations Metadata template.
- LinqConnect (formerly known as LINQ to PostgreSQL)
- Added support for generating CROSS JOIN LATERAL and LEFT JOIN LATERAL when connecting to PostgreSQL Server 9.3 or higher.
不具合の修正
- Bug connecting to non-unicode PostgreSQL Servers via .NET Standard provider assemblies.
- Bug using PgSqlAlerter in .NET Core projects.
- LinqConnect (formerly known as LINQ to...
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.