- 首頁 /
- 構件 /
- ... /
- 資料層 /
- 資料庫存取 /
- PostgreSQL Data Access Components (PgDAC)
PostgreSQL Data Access Components (PgDAC) 新版本發表
Released: Mar 2, 2021
6.4.1 中的更新
特性
- Added support for PostgreSQL 13.
- Added support for Embarcadero RAD Studio 10.4.2 Sydney.
- Added support for Apple macOS 11 Big Sur.
- Added support for Apple iOS 14.
- Added support for Android 11.
- Added support for working in a multi-threaded environment through a single connection.
- Added MultipleConnections option to the Connection component.
- Improved batch operation performance.
- Improved performance of the FindFirst, FindNext, FindLast and FindPrior methods.
修補程式
- Fixed bug with setting the...
Released: Sep 14, 2020
6.3.2 中的更新
特性
- Release 1 is now required for RAD Studio 10.4 Sydney, Delphi 10.4 Sydney and C++Builder 10.4 Sydney.
修補程式
- Fixed the incompatibility of DatasetManager with RAD Studio 10.4 Release 1.
Released: Aug 26, 2020
6.3.1 中的更新
特性
- Added support for Lazarus 2.0.10 and Free Pascal Compiler (FPC) 3.2.0.
- Improved the performance of Batch Insert, Update and Delete operations.
Released: Jun 1, 2020
6.2.4 中的更新
特性
- Added support for RAD Studio 10.4 Sydney.
- Added support for Lazarus 2.0.8.
- Added support for macOS 64-bit in Lazarus.
- Added support for line geometric type.
Released: Mar 10, 2020
6.1.3 中的更新
修補程式
- Fixed bug installing different editions of two or more DACs in a single system.
- Fixed bug executing a query which has a param of type date.
- Fixed bug with AV on closing an application that uses the Alerter component.
- Fixed bug with an incorrect value of the RowsAffected property when executing an INSERT ... RETURNING statement.
- Fixed bug with SQL statements that contain fields with the same name from different tables.
- Fixed bug executing SQL statements that contain comments using the Script...
Released: Nov 26, 2019
6.1.2 中的更新
特性
- Support for Android 64-bit.
- Support for Lazarus 2.0.6.
- Support for PostgreSQL 12.
- Support for OpenSSL 1.1 library.
Released: Jul 22, 2019
6.0.1 中的更新
特性
- Added support for macOS 64-bit.
- Added TPgConnectionSSLOptions.IgnoreServerCertificateInsecurity property.
Released: Jun 24, 2019
5.4.10 中的更新
特性
- Added support for Lazarus 2.0.2.
- Added TVirtualTable DefaultSortType property.
- Improved performance of TVirtualTable SaveToFile/LoadFromFile methods
- Added pmAuto value for the specific ProtocolVersion.
- Now ProtocolVersion is set to pmAuto by default, which significantly improves performance.
- Added mVerifyCA and smVerifyFull options for the SSLMode in the TUniConnection component.
- Added possibility to use function calls in batch operations.
Released: Nov 26, 2018
5.3.8 中的更新
特性
- RAD Studio 10.3 Rio support.
- PostgreSQL 11 support.
- Added support for UPPER and LOWER functions for Unified SQL.
Released: Jul 9, 2018
5.2.6 中的更新
特性
- Added support for Lazarus 1.8.4.
- Improved performance of batch operations.
- Added support for HTTP/HTTPS tunneling.
- Added demo projects for IntraWeb 14.
修補程式
- Fixed memory leak in NEXTGEN.
- Fixed bug retrieving the result recordset when using an INSERT ... RETURNING statement in batch operations.
- Fixed bug with slow performance when inserting data into a table that has domain fields.
- Fixed connection error using SSL on some servers.
- Fixed bug updating a record when using the OnFilterRecord event...