PostgreSQL Data Access Components (PgDAC) 7.2.1
Released: Apr 12, 2022
Updates in 7.2.1
Features
- Added support for Embarcadero RAD Studio 11.1 Alexandria.
- Added support for Lazarus 2.2.0.
- Added support for Microsoft Windows 11.
- Added support for Apple macOS Monterey.
- Added support for SCRAM-SHA-256-PLUS authentication mechanism.
- Added support for 'ON CONFLICT' in batch operations.
- Improved open connection performance.
- Added 'AddDelete 'property to Dump component.
- Added the ability to dump stored procedures using the Dump component.
Fixes
- Fixed bug with saving JSON fields.
- Fixed bug with the reading of type real.
- Fixed bug with TFieldDesc.IsAutoIncrement = False for fields created as "GENERATED ALWAYS AS IDENTITY".
- Fixed bug with resetting param values when changing param values count.
- Fixed bug with HTTPS tunneling in the Direct mode.
- Fixed bug with AV when using the TCRSSLIOHandler from the SecureBridge demo project as an IOHandler for a connection.