PostgreSQL Data Access Components (PgDAC) 8.4.0
Released: Mar 20, 2025
Atualizações na 8.4.0
Recursos
- 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 method of the dataset to decrease file size.
- Added the SaveToJSON method for serializing a dataset to the JSON format.
- Added the ability to use readonly fields in the SQL Generator at design-time.
- Added support for password-protected private key for SSL protocol.
- Improved TPgDump performance.
- Improved working with design-time editors in High DPI mode.
Correções
- Fixed a bug with unloading OpenSSL libraries when connection pooling is used.
- Fixed a bug with ambiguity between the CRJSON.TJSONObject and System.Json.TJSONObject classes.
- Fixed a bug with parameter value conversion.
- Fixed a bug with the bytea data type on a non-Unicode server.
- Fixed a bug with using the real type when UnpreparedExecute = False.
- Fixed a bug with AV failure at executing Refresh when connection pooling is used.