PostgreSQL Data Access Components (PgDAC) Releases

Released: Mar 20, 2025

Updates in 8.4.0

Features

  • 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 SaveToXML...

Released: Jan 20, 2025

Updates in 8.3.2

Features

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

Fixes

  • 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 with ENUM data...

Released: Oct 24, 2024

Updates in 8.3.1

Features

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

Released: Sep 27, 2024

Updates in 8.3.0

Features

  • 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.

Fixes

  • Fixed bug with getting default field values when using a not...

Released: May 1, 2024

Updates in 8.2.1

Features

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

Fixes

  • Fixed internal bug with TSharedObject.

Released: Apr 24, 2024

Updates in 8.2.0

Features

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

Fixes

  • Fixed bug when processing identity field.

Released: Feb 19, 2024

Updates in 8.1.0

Features

  • Added support for Lazarus 3.0.
  • Improved working with column default values.
  • Improved working with RefreshRecord queries.
  • Improved working with arrays in queries.

Fixes

  • Fixed bug with "Current transaction is aborted, commands ignored until end of transaction block.".
  • Fixed bug with "Multiple transactions are not supported by the database.".
  • Fixed bug with "date/time field value out of range" for IDE12 Win64 target platform.

Released: Nov 15, 2023

Updates in 8.0.0

Features

  • Added support for Embarcadero RAD Studio 12 Athens.
  • Added support for PostgreSQL 16.
  • Added support for Apple macOS Sonoma.
  • Added support for Apple iOS 17.
  • Added support for Android 13.
  • Added support for PREPARE/EXECUTE commands.
  • Added support for nested macros in SQL queries.
  • Added Display Format for Aggregate fields.
  • Added support for SHA-2 (SHA-256, SHA-512) in hash encryption algorithms.

Fixes

  • Fixed bug with "SSL function is not linked. You should update the SSL client library...

Released: Mar 17, 2023

Updates in 7.4.0

Features

  • Added support for Embarcadero RAD Studio 11 Alexandria Release 3.
  • Added support for Apple iOS Simulator target platform.
  • Added support for Lazarus 2.2.6.
  • Added support for PostgreSQL 15.
  • Added support for YEAR, MONTH, DAY, HOUR, MINUTE, SECOND, GETDATE, DATE, TIME, TRIM, TRIMLEFT, TRIMRIGHT statements in TDADataSet.Filter.
  • Added support for mathematical operations in TDADataSet.Filter.
  • Added support for Aggregate Fields and InternalCalc Fields.
  • Added the ability to restore from file...

Released: Sep 12, 2022

Updates in 7.3.0

Features

  • Added support for Embarcadero RAD Studio 11 Alexandria Release 2.
  • Added support for Lazarus 2.2.2.
  • Added support for Apple iOS 15.
  • Added support for Android 12.
  • Added support for PostGIS.
  • Query and Table components add 'CloneCursor' method which allows you to share data between datasets.
  • Improved 'TimeZoneOffset' support for 'TPgTimeStamp'.
  • Improved 'Truncate' method in 'TPgLargeObject' class.
  • Improved performance when exporting to XML.

Fixes

  • Fixed bug with executing a SELECT statement...