New build of PgDAC 6.4.4 is available

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 build of PgDAC 6.4.4 is available

Post by Devart » Thu 04 Mar 2021 11:56

We're excited to announce support for the new RAD Studio 10.4.2 Sydney in PgDAC. Additionally, we supported macOS Big Sur, iOS 14, and Android 11.

What's new in this release:
  • PostgreSQL 13 is supported
  • RAD Studio 10.4.2 Sydney is supported
  • macOS 11 Big Sur is supported
  • iOS 14 is supported
  • Android 11 is supported
  • Work in a multi-threaded environment through a single connection is supported
  • The MultipleConnections option in the Connection component is added
  • Performance of batch operations is improved
  • Performance of the FindFirst, FindNext, FindLast, and FindPrior methods is improved
  • Bug with setting the ReadOnly field property at runtime is fixed
  • Bug with AV failure when using OpenSSL 1.1 libraries is fixed
  • Bug with an incorrect value of the RowsAffected property when executing an INSERT ... RETURNING statement is fixed
  • Bug with the "Unexpected server response" error when executing a "SELECT FROM ..." statement is fixed
  • Bug with AV when executing a batch operation via the SQL component is fixed
  • Bug with incorrect encoding of error messages is fixed
  • Bug with reading BLOBs on mobile platforms using Protocol 2 is fixed
Devart Development Team
https://www.devart.com/pgdac/

Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

Re: PgDAC 6.4 with support for RAD Studio 10.4.2

Post by Devart » Tue 30 Mar 2021 13:23

PgDAC build 6.4.2 is available for download.

In this version:
  • Lazarus 2.0.12 is supported
  • Several bugs with the MultipleConnection option are fixed
  • Several bugs with ProtocolVersion = pvAuto are fixed
  • Bug with AV when opening a form containing a SQL component is fixed
  • Bug with LockMode = lmPessimistic is fixed
  • Bug with the ConvertEOL connection option is fixed
  • Bug with AV in applications using DBMonitor is fixed
  • Bug with committing a transaction when LockMode = lmPessimistic is fixed
  • Bug with getting values of calculated fields is fixed

Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

Re: PgDAC 6.4 with support for RAD Studio 10.4.2

Post by Devart » Wed 07 Apr 2021 15:56

PgDAC build 6.4.3 is available for download.

In this version:
  • Demo compatibility with new a version of SecureBridge is fixed
  • Bug with reading date value "2000-01-01" when the EnablePgTimestamps option is set to True is fixed
  • Bug with reading server messages is fixed

Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

Re: PgDAC 6.4 with support for RAD Studio 10.4.2

Post by Devart » Tue 20 Jul 2021 08:36

PgDAC build 6.4.4 is available for download.

In this version:
  • Support for TFieldOptions is added
  • Bug with executing a stored procedure when ProtocolVersion = pvAuto is fixed
  • Bug with executing a "SELECT FROM ..." statement is fixed
  • Bug with a "Range check error" exception when executing a statement with parameters is fixed
  • Bug with AV when executing a "SET ROLE ..." statement is fixed
  • Bug with updating a table that has a Serial field is fixed
  • Bug with handling statement parameters of the ftUnknown data type is fixed
  • Bug with applying both Encryption and Data Type Mapping on a BLOB column is fixed
  • Bug with AV after adding the Lookup field to a prepared DataSet is fixed

Locked