PostgreSQL Data Access Components (PgDAC) Lançamentos

Veja o que há de novo em cada versão, com detalhes sobre recursos, melhorias e problemas solucionados.

jan.
fev.
mar.
abr.
mai.
jun.
jul.
ago.
set.
out.
nov.
dez.
PostgreSQL Data Access Components (PgDAC) 10.0.115 de jun. de 2026
Recursos
  • Replaced the UseSystemLocale Boolean connection option with the SystemLocale charset option.
Correções
  • Fixed a bug with saving parameters in PgSQL.
  • Fixed an Access Violation that could occur when using connection pooling with master-detail UUID fields.
  • Fixed an Access Violation that could occur when compiling C++Builder applications for Windows 64-bit Modern.
PostgreSQL Data Access Components (PgDAC) 10.0.0Versão principal27 de mar. de 2026
Recursos
  • 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.
  • Added masking of the Password property in the Connection component to prevent it from being stored in memory as plain text.
  • Added the GetWhere method to the TCustomDADataSet component.
  • Added the DeleteOrderBy method to the TCustomDADataSet component.
  • Added the RangeFieldCount property to TCustomDADataSet to specify the number of indexed fields used for range setting.
  • Added the AutoClose option to TCustomDADataSet to control automatic closing of a dataset when its associated ClientDataSet is closed.
  • Improved working with PostGIS, PgArray and PgInet.
Correções
  • Fixed an issue with the 'UTF-8' value in the Charset connection option.
  • Fixed an issue with connecting to older PostgreSQL server versions.
  • Fixed an issue that caused incorrect record sorting in a dataset when both ORDER BY and IndexFieldNames are used.
  • Fixed an issue with the ConnectString property in the Connection component when its value contained a sequence of SQL comment characters.
  • Fixed an issue in tunnel.php that required establishing a tunnel connection in a browser first.