Lanzamientos de PostgreSQL Data Access Components (PgDAC)
Released: Mar 2, 2021
Actualizaciones en 6.4.1
Características
- 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.
Correcciones
Released: Sep 14, 2020
Actualizaciones en 6.3.2
Características
- Release 1 is now required for RAD Studio 10.4 Sydney, Delphi 10.4 Sydney and C++Builder 10.4 Sydney.
Correcciones
- Fixed the incompatibility of DatasetManager with RAD Studio 10.4 Release 1.
Released: Aug 26, 2020
Actualizaciones en 6.3.1
Características
- 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
Actualizaciones en 6.2.4
Características
- 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
Actualizaciones en 6.1.3
Correcciones
- 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...
Released: Nov 26, 2019
Actualizaciones en 6.1.2
Características
- 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
Actualizaciones en 6.0.1
Características
- Added support for macOS 64-bit.
- Added TPgConnectionSSLOptions.IgnoreServerCertificateInsecurity property.
Released: Jun 24, 2019
Actualizaciones en 5.4.10
Características
- 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
Actualizaciones en 5.3.8
Características
- RAD Studio 10.3 Rio support.
- PostgreSQL 11 support.
- Added support for UPPER and LOWER functions for Unified SQL.
Released: Jul 9, 2018
Actualizaciones en 5.2.6
Características
- Added support for Lazarus 1.8.4.
- Improved performance of batch operations.
- Added support for HTTP/HTTPS tunneling.
- Added demo projects for IntraWeb 14.
Correcciones
- 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...