Lanzamientos de PostgreSQL Data Access Components (PgDAC)

Released: Mar 27, 2026

Actualizaciones en 10.0.0

Características

  • Added support for RAD Studio 13.1 Florence.
  • Added support for the Arm64EC target platform.
  • Added support for Lazarus 4.6.
  • Added support for PostgreSQL 18.
  • Added support for protocol 3.2.
  • Added support for virtual generated columns.
  • Added support for OAUTHBEARER authentication.
  • Added the CurrentTimeZone connection option.
  • Added the ExactTimeZone connection option.
  • Added the UseSystemLocale connection option.
  • Added the "For the current user/For all users" option during installation...

Released: Dec 26, 2025

Actualizaciones en 9.0.1

Características

  • Added support for Lazarus 4.4.
  • Improved handling of the SET TIMEZONE command.
  • Extended support for the Connection component's AllowImplicitConnect property to the Script and SQL components.

Correcciones

  • Fixed an issue where creating a VIEW in PgQuery could fail when UniDirectional was set to True.
  • Fixed an issue where transaction handling for SELECT statements without a FROM clause could be incorrect when AutoCommit was set to False.
  • Fixed an AV failure that could occur when...

Released: Sep 17, 2025

Actualizaciones en 9.0.0

Características

  • Added support for Embarcadero RAD Studio 13 Florence.
  • Added support for Lazarus 4.2.
  • Added support for Bearer Token authentication when connecting through HTTP tunnel.
  • Added support for system proxy settings to the TProxyOptions class for HTTP tunneling.
  • Added the Pooled function to the TCustomDAConnection component.
  • Added support for ReportBuilder 23 in the Demo project.
  • Improved support for array data types.
  • Improved connection opening performance.

Correcciones

  • Fixed a bug that...

Released: Jul 7, 2025

Actualizaciones en 8.4.1

Características

  • Added support for Lazarus 4.0.

Correcciones

  • Resolved an OutOfMemory exception that occurred when working with large datasets.
  • Fixed a bug with reading long error responses.
  • Fixed a bug that caused an access violation when using OpenSSL.
  • Fixed a bug that caused application freezing in multi-threaded mode.
  • Resolved an issue with array handling in unnamed code blocks.
  • Fixed a bug related to the ParamCheck property behavior.
  • Resolved an issue with declaring the TValueArr data type in...

Released: Mar 20, 2025

Actualizaciones en 8.4.0

Características

  • Added support for Embarcadero RAD Studio 12 Athens Release 3.
  • Added support for the RAD Studio 64-bit IDE.
  • Added support for Lazarus 3.8.
  • Added support for PostgreSQL 17.
  • Added support for the COPY ... TO STDOUT statement.
  • Added support for parameters in the Script component.
  • Added support for the TurboPack SynEdit package in component editors.
  • Added support for syntax highlighting in component editors in Lazarus on the Windows platform.
  • Added the IndentFormat argument to the...

Released: Jan 20, 2025

Actualizaciones en 8.3.2

Características

  • Moved the CRFunctions.CRTimeZoneInformation global variable to the interface section.

Correcciones

  • Fixed a bug with parsing parameters in anonymous blocks.
  • Fixed a bug with parsing dollar-quoted blocks.
  • Fixed an issue with the '.' time separator.
  • Fixed an issue with the precision of values in PgTime and PgTimeStamp.
  • Fixed an issue with the AutoCommit behavior that occurred when using Execute for batch operations.
  • Fixed a bug related to the use of multiple schemas.
  • Fixed an issue...

Released: Oct 24, 2024

Actualizaciones en 8.3.1

Características

  • Added support for Lazarus 3.6.
  • Restored support for RAD Studio 12 Athens Release 1.

Released: Sep 27, 2024

Actualizaciones en 8.3.0

Características

  • Added support for Embarcadero RAD Studio 12 Athens Release 2.
  • Added support for Embarcadero C++Builder 64-bit Windows (Modern) Application Development.
  • Added support for Lazarus 3.4.
  • Improved performance.
  • Added C++Builder demo components for working with SecureBridge.
  • Added the WriteBOM property for TPgDumpOptions.
  • Added support for the pgvector extension.
  • Added the UseGeneratedColumns property for TPgDataSetOptions.

Correcciones

  • Fixed bug with getting default field values when...

Released: May 1, 2024

Actualizaciones en 8.2.1

Características

  • Release 1 for Embarcadero RAD Studio 12 Athens, Delphi 12 Athens, and C++Builder 12 Athens is now required.

Correcciones

  • Fixed internal bug with TSharedObject.

Released: Apr 24, 2024

Actualizaciones en 8.2.0

Características

  • Added support for Embarcadero RAD Studio 12 Athens Release 1.
  • Added support for Lazarus 3.2.
  • Improved working with generated fields.

Correcciones

  • Fixed bug when processing identity field.