New version of PgDAC 5.4 has been released!

Discussion of open issues, suggestions and bugs regarding PgDAC (PostgreSQL Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New version of PgDAC 5.4 has been released!

Post by Devart » Wed 26 Jun 2019 08:34

Hi there,

The new release of PgDAC 5.4 with support for Lazarus 2.0.2 is now available for download!

What's new in this release:
  • Lazarus 2.0.2 is supported
  • The pmAuto value for the ProtocolVersion property is added
  • Now ProtocolVersion is set to pmAuto by default, which significantly improved performance
  • Possibility to use function calls in batch operations is added
  • The mVerifyCA and smVerifyFull options for the SSLOptions.Mode property of the TPgConnection component are added
  • The DefaultSortType property for TVirtualTable is added
  • Performance of the SaveToFile/LoadFromFile methods of TVirtualTable is significantly increased
  • Bug in TPgDump with backing up sequences in PostgreSQL 10 or later is fixed
  • Bug with the AV failure when executing the Refresh method is fixed
  • Bug with calculating percentage in the OnRestoreProgress event in the TDADump class is fixed
  • Bug with the StackOverflow exception when using batch operations in CBuilder is fixed
  • Bug with using the SetRange method is fixed
Devart Development Team
https://www.devart.com/pgdac/

Locked