PostgreSQL Data Access Components (PgDAC) 9.0.0

Released: Sep 17, 2025

Aggiornamenti in 9.0.0

Funzionalità

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

Correzioni

  • Fixed a bug that occurred when calling the FindKey method with an AnsiString parameter.
  • Resolved an issue that occurred when TPgNumeric was set using the AsFloat property.
  • Resolved an issue where UNION queries triggered an "Error Portal PORTALST does not exist" message.
  • Fixed a bug that occurred when working with a partitioned table.
  • Resolved an issue with trigger dump.
  • Resolved an issue where all connections were removed from the pool if TPoolingOptions.MinPoolSize was set to a value greater than 0.
  • Resolved an issue where getting the record count failed if the query contained an ORDER BY clause.
  • Resolved an issue with C++Builder compilation.
  • Resolved an issue that caused a memory leak in the GetIPInterfaces procedure.
  • Fixed paths in *.dproj files for IOHandlers and updated the documentation.